Create new table element.
newTable(table, ..., file = NA,
significantDigits = TABLE.SIGNIFICANT.DIGITS,
exportId = NULL, protection = PROTECTION.PUBLIC)
A matrix or data frame containing the table data. Column names will be extracted and used as column headers.
Strings that will be concatenated to form the table caption.
Path or URL to a file containing the full table. It is recommend to only show a relevant subset of all results in the report itself to increase readability.
Number of significant digits
used to trim all numeric columns. The default is
TABLE.SIGNIFICANT.DIGITS
.
Unique string to identify this element.
Used to retrieve the element using
getExportedElement
.
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE.
New element.