Skip to main content

Module tables_display

Module tables_display 

Source
Expand description

Rich table display builtins using the tabled crate.

Provides View() for interactive data.frame viewing and kable() for markdown-formatted table output. Also exports helpers used by str().

Structsยง

TableData ๐Ÿ”’
Extracted table data from an R data.frame (or matrix).

Staticsยง

__BUILTIN_REG_BUILTIN_KABLE ๐Ÿ”’
__INTERP_REG_INTERP_VIEW ๐Ÿ”’

Functionsยง

builtin_kable ๐Ÿ”’
Render a data.frame as a markdown/pipe table.
extract_data_frame ๐Ÿ”’
Extract table data from an RValue that is a data.frame.
format_column_values ๐Ÿ”’
Format individual elements of a vector column.
interp_view ๐Ÿ”’
Display a data.frame as a nicely formatted table.
short_type_name ๐Ÿ”’
Map R type names to short abbreviations for display.
str_data_frame ๐Ÿ”’
Format str() output for a data.frame using tabled for alignment.