R-package / styledTables

Convert your R data.frame into a fully styled table that can be exported to LaTeX and Excel
https://r-package.github.io/styledtable
GNU General Public License v3.0
3 stars 2 forks source link

styledTables

Travis build
status GitHub last
commit GitHub code size in
bytes

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

Produce tables, which you want to look at.

Have a look at the [get started vignette] to see styledTables in action.

Caution

The styledTables package is deprecated and will soon be relaunched under the package name styledtable. This package will have its main focus on HTML based reports (based on https://pagedown.rbind.io/), which will be fully accessible to assistive reading devices.

If you still want to use the deprecated styledTables package:

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

License

[GPL-3]