rs_get_index | R Documentation |
Get indices related to the selection(s).
rs_get_index_first_selected_col(
selection = c("all", "first", "last"),
context = rs_get_context()
)
rs_get_index_last_selected_col(
selection = c("all", "last", "first"),
context = rs_get_context()
)
rs_get_index_first_selected_row(
selection = c("first", "last"),
context = rs_get_context()
)
rs_get_index_last_selected_row(
selection = c("last", "first"),
context = rs_get_context()
)
rs_get_index_selected_rows(context = rs_get_context())
selection |
(string) |
context |
(class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.