Description Usage Arguments Examples
View source: R/random_rotation.R
Exclude specific columns from data frame
1 | df_exclude_cols(df, c_excl)
|
df |
data frame |
c_excl |
column indices of cols to be removed from data frame |
1 | df_exclude_cols(df, c(1,4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.