An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# styledTables

[![Travis build
status](https://travis-ci.org/R-package/styledTables.svg?branch=master)](https://travis-ci.org/R-package/styledTables)
[![GitHub last
commit](https://img.shields.io/github/last-commit/R-package/styledTables.svg?logo=github)](https://github.com/R-package/styledTables/commits/master)
[![GitHub code size in
bytes](https://img.shields.io/github/languages/code-size/R-package/styledTables.svg?logo=github)](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\]