Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

hughjonesd/huxtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h
ux
ta
b
le

R-universe BadgeCRAN Status BadgeCRAN Downloads Per MonthR build statusCoverage Status

Huxtable is an R package to create styled tables in multiple outputformats, 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 usingdplyr.
  • Automatic formatting for knitr/rmarkdown documents.
  • huxreg() function for quick creation of regression tables.
  • Output to HTML, LaTeX, RTF, and Microsoft Word/Excel/Powerpoint, usingtheofficer andopenxlsx packages.
  • Quick one-liners to print data frames into a new PDF, HTML page, RTFor Microsoft document.
  • Formatted table display in the R console, including borders, colour,and text styles.

Installing

To install fromr-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 outthe website, readthedocumentationor read thevignette.


[8]ページ先頭

©2009-2025 Movatter.jp