Update labelled data to last version
Labelled data imported with haven version 1.1.2 or before or
created with haven::labelled()
version 1.1.0 or before was using
"labelled" and "labelled_spss" classes.
update_labelled(x) ## S3 method for class 'labelled' update_labelled(x) ## S3 method for class 'haven_labelled_spss' update_labelled(x) ## S3 method for class 'haven_labelled' update_labelled(x) ## S3 method for class 'data.frame' update_labelled(x)
x |
An object (vector or data.frame) to convert. |
Since version 2.0.0 of these two packages, "haven_labelled" and "haven_labelled_spss" are used instead.
Since haven 2.3.0, "haven_labelled" class has been evolving using now vctrs package.
update_labelled()
convert labelled vectors
from the old to the new classes and to reconstruct all
labelled vectors with the last version of the package.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.