as.character.tiny_labelled {tinylabels} | R Documentation |
Functions to convert labelled vectors to other types, possibly keeping the variable
label and the class attribute tiny_labelled
.
## S3 method for class 'tiny_labelled'
as.character(x, keep_label = TRUE, ...)
## S3 method for class 'tiny_labelled'
as.logical(x, keep_label = TRUE, ...)
## S3 method for class 'tiny_labelled'
as.integer(x, keep_label = TRUE, ...)
## S3 method for class 'tiny_labelled'
as.double(x, keep_label = TRUE, ...)
## S3 method for class 'tiny_labelled'
as.complex(x, keep_label = TRUE, ...)
x |
Object to be coerced |
keep_label |
Logical indicating whether the variable labels and class |
... |
Further arguments passed to methods |