Description Usage Arguments Examples
View source: R/random_rotation.R
Convert specific columns to numeric, coercing non-numerics to NA
1 | df_convert_cols_to_numeric(df, c_conv)
|
df |
data frame |
c_conv |
column indices of cols to be converted to numeric |
1 | df_convert_cols_to_numeric(df, c(1,4,9))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.