newTable | R Documentation |
Create new table element.
newTable(table, ..., file = NA, significantDigits = TABLE.SIGNIFICANT.DIGITS, exportId = NULL, protection = PROTECTION.PUBLIC)
table |
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. |
file |
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. |
significantDigits |
Number of significant digits
used to trim all numeric columns. The default is
|
exportId |
Unique string to identify this element.
Used to retrieve the element using
|
protection |
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE. |
New element.
Nils Gehlenborg nils@hms.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.