substitute_row_id | R Documentation |
row_id
This function is used to substitute n_row
inside
of the expression passed into row_id
substitute_row_id(st, row_id, stack_level = 1, error_handler)
st |
The StyledTable object |
row_id |
The passed expression that should be evaluated to the row 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 row ids (unbroken numeric vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.