Collection of functions used at EPI
You can install the latest version of epir using drat. Add the EPI repo and install the package:
drat:::add("Economic")
install.packages("epir")
Installing via drat allows easy updates. Alternatively you can install the current version from GitHub via devtools
# devtools::install_github("economic/epir")
library(epir)
crosstab(mtcars, cyl, gear)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.