Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

SwedishPensionsAgency/format.tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

format.tables

Formatting tables with R for LaTeX and HTML

Installation

Use devtools for easy installation:

devtools::install_github('SwedishPensionsAgency/format.tables')

Usage

x <- format.tables(data=head(cars, 3), 
                    styles=rep("plain", 3), 
                    column.names = names(cars), 
                    names.style = "header", 
                    header=list(caption = "Caption", subcaption="subcaption")
                    )
cat(x$render(type="tex"))

About

Formatting tables with R for LaTeX and HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages