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.
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)
[GPL-3]