R/teal.modules.clinical.R

#' `teal` Modules for Standard Clinical Outputs
#'
#' Provides teal modules for the standard clinical trials outputs.
#' The teal modules add an encoding panel to interactively change the encodings within teal.
#'
"_PACKAGE"

#' @import shiny
#' @import teal
#' @import teal.transform
#' @import tern
#' @importFrom dplyr %>% .data
#' @importFrom methods is
#' @importFrom tern.gee lsmeans

# We need this to avoid R CMD check warning about missing global definitions.
utils::globalVariables(c(
  "arm_var",
  "column_name",
  "n_column_name",
  "new_arm_ref_comp",
  "new_comp_arm",
  "usubjid",
  "x_var"
))

Try the teal.modules.clinical package in your browser

Any scripts or data that you put into this service are public.

teal.modules.clinical documentation built on April 4, 2025, 12:35 a.m.