Description Usage Arguments Examples
View source: R/random_rotation.R
Matches list/vector mix of names and/or indices vc to columns in a data frame
1 | match_columns(df, vc)
|
df |
data frame |
vc |
vector or list of indices (integer) and/or column names |
1 | match_columns(df, list("col1", 4, "col9"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.