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
value_choices.data.frame
Related to insightsengineering/teal.modules.general#735
> as.character(value_choices(CO2, "Plant")) [1] "Qn1" "Qn2" "Qn3" "Qc1" "Qc2" "Qc3" "Mn1" "Mn2" "Mn3" [10] "Mc1" "Mc2" "Mc3" > levels(CO2$Plant) [1] "Qn1" "Qn2" "Qn3" "Qc1" "Qc3" "Qc2" "Mn3" "Mn2" "Mn1" [10] "Mc2" "Mc3" "Mc1" > > identical( + as.character(value_choices(CO2, "Plant")), + levels(CO2$Plant) + ) [1] FALSE
The text was updated successfully, but these errors were encountered:
tm_outliers
No branches or pull requests
What happened?
Related to insightsengineering/teal.modules.general#735
The text was updated successfully, but these errors were encountered: