move_data_columns_right | R Documentation |
rearrange the data.table columns in place so index columns are put to the left, and data columns are put to the right
move_data_columns_right(dt, data_col_pattern)
dt |
data.table |
data_col_pattern |
regex to match data col names |
dt modified in place by setcolorder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.