Package: htmlTable 2.4.3

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.zip(r-4.5)htmlTable_2.4.3.zip(r-4.4)htmlTable_2.4.3.zip(r-4.3)
htmlTable_2.4.3.tgz(r-4.4-any)htmlTable_2.4.3.tgz(r-4.3-any)
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://gforge.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

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

Datasets:
  • SCB - Average age in Sweden

On CRAN:

knitrtable

15.63 score 79 stars 750 packages 1.3k scripts 164k downloads 4 mentions 23 exports 34 dependencies

Last updated 4 months agofrom:3703f447bd. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 18 2024
R-4.5-winOKOct 18 2024
R-4.5-linuxOKOct 18 2024
R-4.4-winOKOct 18 2024
R-4.4-macOKOct 18 2024
R-4.3-winOKOct 18 2024
R-4.3-macOKOct 18 2024

Exports:addHtmlTableStyleconcatHtmlTablesgetHtmlTableStylegetHtmlTableThemehasHtmlTableStylehtmlTablehtmlTableWidgethtmlTableWidgetOutputinteractiveTableoutputIntprepGroupCountspvalueFormatterrenderHtmlTableWidgetsetHtmlTableThemesplitLines4TabletblNoLasttblNoNexttidyHtmlTabletxtInttxtMergeLinestxtPvaltxtRoundvector2string

Dependencies:backportsbase64encbslibcachemcheckmateclidigestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimeR6rappdirsrlangrmarkdownrstudioapisassstringistringrtinytexvctrsxfunyaml

Building a complex table

Rendered fromcomplex_tables.Rmdusingknitr::rmarkdownon Oct 18 2024.

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

How-to use htmlTable

Rendered fromgeneral.Rmdusingknitr::rmarkdownon Oct 18 2024.

Last update: 2020-09-16
Started: 2014-12-21

Text formatters

Rendered fromtext_formatters.Rmdusingknitr::rmarkdownon Oct 18 2024.

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

Using tidyHtmlTable

Rendered fromtidyHtmlTable.Rmdusingknitr::rmarkdownon Oct 18 2024.

Last update: 2020-07-08
Started: 2017-11-27

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