Description Usage Arguments Details Value Examples
If names contain character strings other than the levels in the old factor
and warning is set to TRUE
, a warning will be raised.
1 2 3 4 5 6 | relevelsByNamedVec(
x,
refs,
missingLevels = c("pass", "warning", "error"),
unrecognisedLevels = c("warning", "pass", "error")
)
|
x |
A factor |
refs |
A named vector. The names of the vector are all or a subset of levels in the old factor. And the values are new levels |
missingLevels |
Actions taken in case existing levels are missing: 'pass', 'warning', or 'error'. |
unrecognisedLevels |
Actions taken in case unrecognised levels are found: 'pass', 'warning', or 'error'. |
The levels of the factor are the names of the ref
vector, and
the order of the ref
vector matters: it is the levels of the new factor.
A vector of factor
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.