huxtable

授权协议 View license
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 祁彬
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

h

u

x

t

a

b

l

e


R build 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 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, RTFor 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, readthedocumentationor read the vignette inHTML orPDF.

Fund huxtable development

If you find huxtable useful, fund me onPatreon.

相关阅读

相关文章

相关问答

相关文档