We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example needed for combine where the goal is to set the category(ies) to missing:
ds$BIDBAT2C <- crunch::combine( ds$BIDBAT2, name = "Grid (Collapsed)", combinations = list( list( name = "True", categories = c("Mostly true", "More true than false") ), list( name = "False", categories = c("Mostly false", "More false than true") ), list(name = "zzz", categories = "Not sure", missing = TRUE) )
The text was updated successfully, but these errors were encountered:
1beb
No branches or pull requests
Example needed for combine where the goal is to set the category(ies) to missing:
The text was updated successfully, but these errors were encountered: