as_factor {sccore} | R Documentation |
convert character vector into a factor with names "values" and "levels"
Description
convert character vector into a factor with names "values" and "levels"
Usage
as_factor(vals)
Arguments
vals |
vector of values to evaluate |
Value
factor with names "values" and "levels"
[Package sccore version 1.0.5 Index]