Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with a tibble #102

Closed
elinw opened this issue Apr 15, 2019 · 1 comment
Closed

Working with a tibble #102

elinw opened this issue Apr 15, 2019 · 1 comment

Comments

@elinw
Copy link

elinw commented Apr 15, 2019

This isn't really a bug per se but I had a data set read in from an spss sav file using haven, which made it a tibble. Although I explicitly converted the characters to ordered factors with the same levels, I was getting the not all variables have the same levels message. When I coerced to a data frame it worked as expected.

Thanks for this package!

@jbryer
Copy link
Owner

jbryer commented May 4, 2022

The likert function will convert a tibble to a data.frame. In the vast majority of cases this will solve the issue. I do not want to include tibbles (or tidyvserse) as a dependency so this is the best solution at the moment. Google "trouble with tibbles" to understand why this is an issue.

@jbryer jbryer closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants