Description Usage Arguments Value See Also
View source: R/convertCharColsToNum.R
convertCharColsToNum
1 | convertCharColsToNum(df, colsToConv, guess = F)
|
df |
df of wchich cols you want to convert |
colsToConv |
if guess is False, you have to pass list of cols by names like c("K_10", "K_15") |
guess |
logical if guess is True, then function will guess automatically which columns have only numbers and have to be converted to numeric |
returns tibble (kind of data.frame) where cols which are only numeric (but class character), are converted to numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.