epitable is an R package that prints HTML tables formatted for EPI's website.
This is primarily of use for folks who work at EPI. If you are looking for a great all-purpose HTML table-making package, check out htmlTable. epitable is based on htmlTable but is adapted to create tables in line with EPI's website specifications.
https://economic.github.io/epitable/
## install package and vignettes
devtools::install_github("Economic/epitable", build_opts = c("--no-resave-data", "--no-manual"))
browseVignettes("epitable")
library(epitable)
epitable(tradebalance, rownamesvar = industry)