Construct Rich Tables for Output to 'HTML'/'Excel'
R6 class that defines a basic table.
Render a table as a HTML widget.
Standard function for Shiny scaffolding.
Generate a sample basic table.
Perform basic checks on a function argument.
Cleans up a CSS attribute value.
Check whether a text value is present in another text value.
R6 class that converts a table to a flextable from the flextabler pa...
R6 class that specifies styling as used by the flextable package.
R6 class that defines a collection of styles as used by the `flextable...
Get an empty theme for applying no styling to a table.
Get the compact theme for styling a table.
Get the default theme for styling a table.
Convert CSS border values to those used by the flextable package.
Convert CSS border style values to those used by the flextable package...
Convert CSS border width to those used by the flextable package.
Get the large plain theme for styling a table.
Find the first value in an array that is larger than the specified val...
Get a simple coloured theme.
Get a built-in theme for styling a table.
Convert CSS border style values to those used by the openxlsx package.
Convert CSS border values to those used by the openxlsx package.
Check whether a numeric value is present.
Check whether a text value is present.
Convert a value of 1 to a NULL value.
Convert a CSS colour into a hex based colour code.
Parse a CSS border value.
Convert a CSS size value into points.
Convert a CSS size value into pixels
Split a CSS attribute value into a vector/array.
Parse an ft-border value.
Parse an xl-border value.
Convert a number of pixels to points
Quickly render a basic table in HTML.
Quickly build a basic table.
Standard function for Shiny scaffolding.
R6 class that represents a cell in a table.
R6 class that manages cell ranges (e.g. for merged cells).
R6 class that manages cells in a table.
R6 class that renders a table in HTML.
R6 class that renders a table into an Excel worksheet.
R6 class that specifies Excel styling as used by the openxlsx package.
R6 class that defines a collection of Excel styles as used by the `ope...
R6 class that specifies styling.
R6 class that defines a collection of styles.
Convert a simple range expression to a standard R logical expression.
Read the value from a single-valued value range expression.
Convert a colour in hex format (#RRGGBB) into a list.
Test if two numeric values are equal within tolerance.
Test whether a value matches a value range expression.
Determine if a value range expression is a simple range expression.
Determine if a value range expression is a single value.
Scale a number from a range into a colour gradient.
Rescale a number from one range into another range.
Easily create tables from data frames/matrices. Create/manipulate tables row-by-row, column-by-column or cell-by-cell. Use common formatting/styling to output rich tables as 'HTML', 'HTML widgets' or to 'Excel'.
Useful links