reloc_col_after | R Documentation |
Relocates column "to_move" immediately after column "col_before".
reloc_col_after(df = NULL, to_move = "after_anchor", col_before = "anchor")
df |
The original data frame. |
to_move |
The column to be moved. |
col_before |
The anchor column to which the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.