process_column_indices | R Documentation |
Convert a character string of column indices into a numeric vector.
process_column_indices(columns = NULL)
columns |
character string of column indices. |
a numeric vector of column indices.
process_column_indices('2,3,4,5')
process_column_indices('2:5')
process_column_indices('2-5')
process_column_indices('2:4,5')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.