Description Usage Arguments Value Examples
View source: R/convert_factor_numeric.R
Convert factor variables to numeric while retaining the numbers
1 |
x |
vector of factors variables |
vector of numeric variables
1 2 | x <- as.factor(c(0, 1))
convert_factor_numeric(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.