Description Usage Arguments Value
Check that the levels provided in a levelChanges list match those that are already present.
1 2 | is.consistent.changeLevels(x, levelChanges,
allowMissingCols)
|
x |
a data frame |
levelChanges |
A list, of the form generated by
|
allowMissingCols |
A logical or a character vector. If it is a logical, it indicates whether to allow some columns of x not to be included in levelChanges. If TRUE, only a warning is issue if there are columns missing. If FALSE, an error is given. If it is a character vector, it contains the names of any columns that are allowed not to be included in levelChanges. |
The data from x[, levelChanges]
, with as
prescribed by levelChanges
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.