View source: R/column_properties.r
BSkyMakeMultiColumnFactor | R Documentation |
The function factor is used to encode a vector as a factor (the terms ‘category’ and ‘enumerated type’ are also used for factors). If argument ordered is TRUE, the factor levels are assumed to be ordered. For compatibility with S there is also a function ordered. is.factor, is.ordered, as.factor and as.ordered are the membership and coercion functions for these classes.
BSkyMakeMultiColumnFactor(colNames, dataSetNameOrIndex)
colNames |
Variables to be converted to factor |
dataSetNameOrIndex |
the dataset name that contains the columns those will be converted to factor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.