EPI packages for R

realtalk

epidatatools

epiextractr

How to install EPI’s data tools

Note! EPI’s R packages require users to install devtools

install.packages('devtools')

Once you’ve installed devtools, you can install all three EPI packages using the following commands

devtools::install_github("Economic/realtalk")
devtools::install_github("economic/epidatatools")
devtools::install_github("economic/epiextractr")
Back to top