shuffle | R Documentation |
Move the columns of a data.frame relative to each other.
shuffle(x, who, after = NA, ...)
x |
data.frame |
who |
a character vector of column names to move, or a logical vector of length names(x), or a vector of indices |
after |
column after which to put who: may be character, integer, NA, or NULL |
... |
ignored |
data.frame
Other superset:
generalize()
,
ignored()
,
meta()
,
meta.character()
,
meta.numeric()
,
metaplot.character()
,
metaplot.numeric()
,
metaplot_character()
,
metasuperset()
,
ninput()
,
ninput.character()
,
ninput.numeric()
,
superset()
,
superset.character()
,
superset.numeric()
,
superspec()
,
superspec.character()
,
superspec.numeric()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.