move_back | R Documentation |
This function is taken from daattali/rsalad R package.
move_back(df, cols)
df |
A data.frame. |
cols |
A vector of column names to move to the back |
df <- data.frame(a = character(0), b = character(0), c = character(0), stringsAsFactors = TRUE)
move_back(df, "b")
move_back(df, c("b", "a"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.