Skip to content

Economic/epitable

Repository files navigation

epitable

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.

Documentation

https://economic.github.io/epitable/

Installation

## install package and vignettes
devtools::install_github("Economic/epitable", build_opts = c("--no-resave-data", "--no-manual"))
browseVignettes("epitable")

Basic use

library(epitable)
epitable(tradebalance, rownamesvar = industry)

About

epitable: R table-making package for EPI's website

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages