For the reorganisation of dataframes, moving the position of columns or rows within a dataframe.
1 | moveColumns(data, tomove, where = "last", ba = NULL)
|
data |
a dataframe |
tomove |
a list of column names to be moved |
where |
specify the location of the dataframe to be moved (either "first" or "last", "before" or "after") |
ba |
Specify the column name to move before or after |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.