Skip to content

Missing vec_cast() methods for haven_labelled_spss #527

@rubenarslan

Description

@rubenarslan

You added casting methods for haven_labelled in #522 but forgot about haven_labelled_spss. See below (this is in 2.3.1):

library(haven)
x <- labelled(1:5)
vctrs::vec_cast(x, double())
x <- labelled_spss(1:5)
vctrs::vec_cast(x, double())

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviorlabelled_spss

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions