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
library(scda) library(teal.modules.clinical) ADSL <- synthetic_cdisc_data("latest")$adsl ADAE <- synthetic_cdisc_data("latest")$adae app <- teal::init( data = teal.data::cdisc_data( teal.data::cdisc_dataset("ADSL", ADSL, code = "ADSL <- synthetic_cdisc_data('latest')$adsl"), teal.data::cdisc_dataset("ADAE", ADAE, code = "ADAE <- synthetic_cdisc_data('latest')$adae"), check = FALSE ), modules = list( tm_g_barchart_simple( label = "ADAE Analysis", x = teal.transform::data_extract_spec( dataname = "ADAE", select = teal.transform::select_spec( choices = teal.transform::variable_choices(ADAE), multiple = FALSE ) ) ) ) ) if (interactive()) shiny::shinyApp(app$ui, app$server)
FYI @donyunardi
The text was updated successfully, but these errors were encountered:
Should be closed by #524 no idea why some of the time the previous fix worked and other times it didn't
Sorry, something went wrong.
nikolas-burkoff
Successfully merging a pull request may close this issue.
FYI @donyunardi
The text was updated successfully, but these errors were encountered: