substitute_col_id | R Documentation |
col_id
and row_id
This function is used to substitute n_col
and n_row
inside
of the expressions passed into col_id
and row_id
substitute_col_id(st, col_id, stack_level = 1, error_handler)
st |
The StyledTable object |
col_id |
The passed expression that should be evaluated to the column ids |
stack_level |
The level number of the environment stack (1: parent.frame, 2: parent.parent.frame)) |
error_handler |
Error handling function. Takes a message string |
The evaluated column ids (unbroken numeric vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.