Epidemiology & Technology

Using RAAB6/RAAB7 Analysis R scripts on Desktop

The RAAB team has provided the analytic scripts on the GitHub repo.

Once you download the scripts, you need some configuration on your desktopn to be able to use them.

First is obviously you need to install R package. You also need to install pandoc [from here]

Then you need certain libraries/packages on your system

  1. rmarkdown
  2. here
  3. readxl
  4. kableExtra
  5. RColorBrewer
  6. tidyverse
  7. stringr
  8. treemap
  9. maditr

install.packages(c('rmarkdown', 'here', 'readxl', 'kableExtra', 'RColorBrewer', 'tidyverse', 'stringr', 'treemap', 'maditr' ))Code language: JavaScript (javascript)

Related Posts