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
tm_g_association
library(teal.modules.general) data <- teal_data() data <- within(data, { library(nestcolor) ADSL <- teal.modules.general::rADSL ADRS <- teal.modules.general::rADRS }) datanames <- c("ADSL", "ADRS") datanames(data) <- datanames join_keys(data) <- default_cdisc_join_keys[datanames] app <- teal::init( data = data, modules = teal::modules( teal.modules.general::tm_missing_data( ggplot2_args = list( "Combinations Hist" = teal.widgets::ggplot2_args( labs = list(subtitle = "Plot produced by Missing Data Module", caption = NULL) ), "Combinations Main" = teal.widgets::ggplot2_args(labs = list(title = NULL)) ) ) ) ) if (interactive()) { shinyApp(app$ui, app$server) }
No response
The text was updated successfully, but these errors were encountered:
Looks like a NULL got sent to if somewhere.
NULL
if
Sorry, something went wrong.
No branches or pull requests
What happened?
sessionInfo()
No response
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: