/styledtable

Convert your R data.frame into a fully styled table that can be exported to LaTeX and Excel

Primary LanguageRGNU General Public License v3.0GPL-3.0

styledtable

cran release Travis build status GitHub last commit GitHub code size in bytes

styledtable is an R package that makes it possible to export a data.frame as beautifully styled Excel and LaTeX table and export accessible HTML.

Produce tables, which you want to look at.

Have a look at the get started vignette to see styledtable in action.

Caution

styledtable is currently under heavy development. Unfortunately, the current version is not fully stable.

If you want to use styledtable, we recommend installing the last stable version, which came under the old package name styledTables:

# Install last stable version from GitHub
devtools::install_github('R-package/styledTables', ref = "v0.2.0", build_opts = NULL)