factor2num {gen5helper} | R Documentation |
this is a file for functions that are universally useful at common data manipulations Convert factor to numeric
Description
this is a file for functions that are universally useful at common data manipulations Convert factor to numeric
Usage
factor2num(x)
Arguments
x |
factor |
Examples
factor2num(factor(c('1', '10', '100')))
[Package gen5helper version 1.0.1 Index]