install.packages('devtools')
EPI packages for R
- realtalk makes it easy to use common US price indexes in R.
- epidatatools contains functions we find useful at EPI that don’t have exact analogues elsewhere in the R package ecosystem.
- epiextractr makes it easy to use the EPI microdata extracts in R.
How to install EPI’s data tools
Note! EPI’s R packages require users to install devtools
Once you’ve installed devtools, you can install all three EPI packages using the following commands
::install_github("Economic/realtalk")
devtools::install_github("economic/epidatatools")
devtools::install_github("economic/epiextractr") devtools