Package: htmlTable 2.4.3

Max Gordon

htmlTable: Advanced Tables for Markdown/HTML

Tables with state-of-the-art layout elements such as row spanners, column spanners, table spanners, zebra striping, and more. While allowing advanced layout, the underlying css-structure is simple in order to maximize compatibility with common word processors. The package also contains a few text formatting functions that help outputting text compatible with HTML/LaTeX.

Authors:Max Gordon [aut, cre], Stephen Gragg [aut], Peter Konings [aut]

htmlTable_2.4.3.tar.gz
htmlTable_2.4.3.tar.gz(r-4.5-noble)htmlTable_2.4.3.tar.gz(r-4.4-noble)
htmlTable_2.4.3.tgz(r-4.4-emscripten)htmlTable_2.4.3.tgz(r-4.3-emscripten)
htmlTable.pdf |htmlTable.html
htmlTable/json (API)
NEWS

# Install 'htmlTable' in R:
install.packages('htmlTable', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/gforge/htmltable/issues

Datasets:
  • SCB - Average age in Sweden

23 exports 1 stars 11.19 score 34 dependencies 732 dependents 4 mentions 1.3k scripts 133.5k downloads

Last updated 2 months agofrom:ff759f703b. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-linuxOKAug 20 2024

Exports:addHtmlTableStyleconcatHtmlTablesgetHtmlTableStylegetHtmlTableThemehasHtmlTableStylehtmlTablehtmlTableWidgethtmlTableWidgetOutputinteractiveTableoutputIntprepGroupCountspvalueFormatterrenderHtmlTableWidgetsetHtmlTableThemesplitLines4TabletblNoLasttblNoNexttidyHtmlTabletxtInttxtMergeLinestxtPvaltxtRoundvector2string

Dependencies:backportsbase64encbslibcachemcheckmateclidigestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimeR6rappdirsrlangrmarkdownrstudioapisassstringistringrtinytexvctrsxfunyaml

Building a complex table

Rendered fromcomplex_tables.Rmdusingknitr::rmarkdownon Aug 20 2024.

Last update: 2023-10-29
Started: 2020-06-21

How-to use htmlTable

Rendered fromgeneral.Rmdusingknitr::rmarkdownon Aug 20 2024.

Last update: 2020-09-16
Started: 2015-02-07

Text formatters

Rendered fromtext_formatters.Rmdusingknitr::rmarkdownon Aug 20 2024.

Last update: 2022-01-04
Started: 2022-01-04

Using tidyHtmlTable

Rendered fromtidyHtmlTable.Rmdusingknitr::rmarkdownon Aug 20 2024.

Last update: 2020-07-05
Started: 2017-12-01

Readme and manuals

Help Manual

Help pageTopics
Add/set css and other style optionsaddHtmlTableStyle appendHtmlTableStyle
Function for concatenating 'htmlTable()'sconcatHtmlTables
Get style options for objectgetHtmlTableStyle
Retrieve the 'htmlTable()' theme listgetHtmlTableTheme
Check if object has a style set to ithasHtmlTableStyle
Output an HTML tablehtmlTable htmlTable.default knit_print.htmlTable print.htmlTable
htmlTable with pagination widgethtmlTableWidget
Shiny bindings for htmlTableWidgethtmlTableWidget-shiny htmlTableWidgetOutput renderHtmlTableWidget
A simple function for joining two tables by their intersected columnsinnerJoinByCommonCols
An interactive table that allows you to limit the size of boxesinteractiveTable interactiveTable.htmlTable knit_print.interactiveTable print.interactiveTable
Merge columns into a tibbleprBindDataListIntoColumns
Convert all factors to characters to print them as they expectedprConvertDfFactors
Retrieves counts for rgroup, cgroup, & tspanner argumentsprepGroupCounts
Remove html entities from tableprEscapeHtml
Extract the elements and generate a table with unique elementsprExtractElementsAndConvertToTbl
Average age in SwedenSCB
Set or update theme for 'htmlTable()'setHtmlTableTheme
Gets the last table numbertblNoLast
Gets the next table numbertblNoNext
Generate an htmlTable using tidy data as inputtidyHtmlTable
SI or English formatting of an integertxtInt
A merges lines while preserving the line break for HTML/LaTeXtxtMergeLines
Formats the p-valuestxtPval
A convenient rounding functiontxtRound txtRound.data.frame txtRound.default txtRound.matrix txtRound.table
Collapse vector to stringvector2string