dput_levels {thinkr} | R Documentation |
return R instruction to create levels
Description
return R instruction to create levels
Usage
dput_levels(vec)
Arguments
vec |
a factor or character vector |
Value
a R instruction
Examples
dput_levels(iris$Species)
[Package thinkr version 0.16 Index]