LabelRow | R Documentation |
Row classes and constructors
Row constructors and classes
LabelRow(
lev = 1L,
label = "",
name = label,
vis = !is.na(label) && nzchar(label),
cinfo = EmptyColInfo,
indent_mod = 0L,
table_inset = 0L,
trailing_section_div = NA_character_
)
.tablerow(
vals = list(),
name = "",
lev = 1L,
label = name,
cspan = rep(1L, length(vals)),
cinfo = EmptyColInfo,
var = NA_character_,
format = NULL,
na_str = NA_character_,
klass,
indent_mod = 0L,
footnotes = list(),
table_inset = 0L,
trailing_section_div = NA_character_
)
DataRow(...)
ContentRow(...)
lev |
( |
label |
( |
name |
( |
vis |
( |
cinfo |
( |
indent_mod |
( |
table_inset |
( |
trailing_section_div |
( |
vals |
( |
cspan |
( |
var |
( |
format |
( |
na_str |
( |
klass |
( |
footnotes |
( |
... |
additional parameters passed to shared constructor ( |
A formal object representing a table row of the constructed type.
Gabriel Becker
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.