suppressPackageStartupMessages(suppressWarnings(library(huxtable)))
print_html(hux_logo())


knitr::opts_chunk$set(
  collapse = TRUE,
  echo = TRUE,
  comment = "#>",
  fig.path = "README-"
)

R-universe Badge 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:

Installing

To install from r-universe:

install.packages("huxtable", repos = c("https://hughjonesd.r-universe.dev", 
                       "https://cloud.r-project.org"))

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.



hughjonesd/huxtable documentation built on Feb. 17, 2024, 12:20 a.m.