ins_cols_after | R Documentation |
ins_cols_after
re-orders columns in a data frame.
ins_cols_after(df = NULL, idx_bf = ncol(df), idx_ins = NULL)
df |
A data frame. |
idx_bf |
A column index for the insertion of columns after. |
idx_ins |
Column index(es) for the columns to be inserted after
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.