https://github.com/R-package/styledTables
Convert your R data.frame into a fully styled table that can be exported to LaTeX and Excel
https://github.com/R-package/styledTables
Last synced: 4 months ago
JSON representation
Convert your R data.frame into a fully styled table that can be exported to LaTeX and Excel
- Host: GitHub
- URL: https://github.com/R-package/styledTables
- Owner: R-package
- License: gpl-3.0
- Created: 2018-10-19T14:41:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T00:05:41.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:11:20.719Z (8 months ago)
- Language: R
- Homepage: https://r-package.github.io/styledtable
- Size: 1.89 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - R-package/styledTables - Convert your R data.frame into a fully styled table that can be exported to LaTeX and Excel (R)
README
# styledTables
[](https://travis-ci.org/R-package/styledTables)
[](https://github.com/R-package/styledTables/commits/master)
[](https://github.com/R-package/styledTables)`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/](https://pagedown.rbind.io/)), which will be
fully accessible to assistive reading devices.If you still want to use the deprecated `styledTables` package:
``` r
# Install last stable version from GitHub
devtools::install_github('R-package/styledTables', build_opts = NULL)
```## License
\[GPL-3\]