Skip to content

Instantly share code, notes, and snippets.

@seabbs
Created December 1, 2017 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seabbs/0242f1cf6d86ab38bd3583677d1849c1 to your computer and use it in GitHub Desktop.
Save seabbs/0242f1cf6d86ab38bd3583677d1849c1 to your computer and use it in GitHub Desktop.
Plot TB incidence in your country of interest using WHO data
install.packages("devtools")
devtools::install_github("seabbs/getTBinR")
getTBinR::plot_tb_burden(metric = "e_inc_100k", countries = "United Kingdom", facet = "country", interactive = TRUE)
@seabbs
Copy link
Author

seabbs commented Dec 1, 2017

See more here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment