All Projects → hughjonesd → Huxtable

hughjonesd / Huxtable

Licence: other
An R package to create styled tables in multiple output formats, with a friendly, modern interface.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Huxtable

Officer
👮 officer: office documents from R
Stars: ✭ 405 (+46.21%)
Mutual labels:  powerpoint, cran
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (-28.52%)
Mutual labels:  latex, cran
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-70.76%)
Mutual labels:  cran, reproducible-research
dicy
A builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.
Stars: ✭ 22 (-92.06%)
Mutual labels:  latex, reproducible-research
papeR
A toolbox for writing Sweave or other LaTeX-based papers and reports and to prettify the output of various estimated models.
Stars: ✭ 26 (-90.61%)
Mutual labels:  cran, reproducible-research
Mschart
📊 mschart: office charts from R
Stars: ✭ 94 (-66.06%)
Mutual labels:  powerpoint, cran
Latex2exp
Use LaTeX in R. More LaTeX, less plotmath!
Stars: ✭ 148 (-46.57%)
Mutual labels:  latex, cran
groundhog
Reproducible R Scripts Via Date Controlled Installing & Loading of CRAN & Git Packages
Stars: ✭ 58 (-79.06%)
Mutual labels:  cran, reproducible-research
furniture
The furniture R package contains table1 for publication-ready simple and stratified descriptive statistics, tableC for publication-ready correlation matrixes, and other tables #rstats
Stars: ✭ 43 (-84.48%)
Mutual labels:  cran, tables
DIME-LaTeX-Templates
DIME's LaTeX templates and LaTeX exercises teaching anyone new to LaTeX how to use LaTeX and how to use DIME's templates
Stars: ✭ 32 (-88.45%)
Mutual labels:  latex, reproducible-research
cryptography
Cryptography course slides at Harbin Institute of Technology
Stars: ✭ 86 (-68.95%)
Mutual labels:  latex
stargazer
Python implementation of the R stargazer multiple regression model creation tool
Stars: ✭ 102 (-63.18%)
Mutual labels:  latex
Unioffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
Stars: ✭ 3,111 (+1023.1%)
Mutual labels:  powerpoint
Mak
A universal notepad. (WIP)
Stars: ✭ 270 (-2.53%)
Mutual labels:  latex
xelatex-guide-book
xelatex book template
Stars: ✭ 59 (-78.7%)
Mutual labels:  latex
Focus Beamertheme
Focus: a minimalist presentation theme for LaTeX Beamer.
Stars: ✭ 263 (-5.05%)
Mutual labels:  latex
redesocial
Projeto do Curso de Sistemas de Informação sobre Rede Social
Stars: ✭ 38 (-86.28%)
Mutual labels:  latex
Fluentmark
FluentMark -- Eclipse editor for Markdown content
Stars: ✭ 29 (-89.53%)
Mutual labels:  latex
sympy-paper
Repo for the paper "SymPy: symbolic computing in python"
Stars: ✭ 42 (-84.84%)
Mutual labels:  latex
Bayesab
🐢 bayesAB: Fast Bayesian Methods for A/B Testing
Stars: ✭ 273 (-1.44%)
Mutual labels:  cran

h

u

x

t

a

b

l

e


CRAN Status Badge CRAN Downloads Per Month R build status AppVeyor Build Status Coverage Status

Huxtable is an R package to create styled tables in multiple output formats, with a friendly, modern interface. Features include:

  • Control over text styling, number format, background colour, borders, padding and alignment.
  • Table cells can span multiple rows and/or columns.
  • Table manipulation via standard R subsetting, or using dplyr.
  • Automatic formatting for knitr/rmarkdown documents.
  • huxreg() function for quick creation of regression tables.
  • Output to HTML, LaTeX, RTF, and Microsoft Word/Excel/Powerpoint, using the officer and openxlsx packages.
  • Quick one-liners to print data frames into a new PDF, HTML page, RTF or Microsoft document.
  • Formatted table display in the R console, including borders, colour, and text styles.

Installing

To install from CRAN:

install.packages('huxtable')

To install the latest version from github:

install.packages('remotes')
remotes::install_github('hughjonesd/huxtable')

Learning more

Check out the website, read the documentation or read the vignette in HTML or PDF.

Fund huxtable development

If you find huxtable useful, fund me on Patreon.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].