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
Please check the table
pkgload::load_all("teal.modules.clinical") ns <- getNamespace("teal.modules.clinical") mods <- ls(ns) |> grep(pattern = "tm_", value = TRUE) mod_formals <- lapply(mods, function(x) { as.data.frame(lapply(formals(x), deparse1)) }) temp <- dplyr::bind_rows(mod_formals) rownames(temp) <- mods data <- as.data.frame(t(temp)) data <- dplyr::arrange(data, rownames(data)) data$consistent <- as.vector( apply(data, 1, function(x) length(na.omit(unique(x))) <= 1) )
total_label
default_na_level
na_level
aval
aval_var
avalu
avalu_var
base_var
baseline_var
The text was updated successfully, but these errors were encountered:
All items completed.
Sorry, something went wrong.
edelarua
No branches or pull requests
Please check the table
total_label
in all modules (whenever is applicable) #928default_na_level
, set to "<Missing>" , and apply tona_level
in all modules (whenever applicable) #929aval
andaval_var
, in case of yes, useaval_var
#931avalu
andavalu_var
, in case of yes, useavalu_var
#932base_var
andbaseline_var
, in case of yes, usebaseline_var
#933The text was updated successfully, but these errors were encountered: