select_rows_and_columns | R Documentation |
Subset rows and columns. It checks if the selected dimension names exist and reports if any of those they aren't found.
select_rows_and_columns(df, RowIDs = NULL, ColIDs = NULL)
df |
Input data frame. |
RowIDs |
RowIDs, Default: NULL |
ColIDs |
ColIDs, Default: NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.