levels,laf-method {LaF} | R Documentation |
Get and change the levels of the column in a Large File object
Description
Get and change the levels of the column in a Large File object
Usage
## S4 method for signature 'laf'
levels(x)
## S4 replacement method for signature 'laf'
levels(x) <- value
## S4 method for signature 'laf_column'
levels(x)
## S4 replacement method for signature 'laf_column'
levels(x) <- value
Arguments
x |
a |
value |
a list with the levels for each column. |
[Package LaF version 0.8.4 Index]