R/globals.R

## Required to avoid the note/warning with RMD check "no visible binding for
## global variable"
#' @importFrom utils globalVariables
utils::globalVariables(
  names = c(
    "cost_data", "trace_data", "utility_data",
    "table_param", "trial_data", "adl_scoring", "blank"
  ),
  package = "packDAMipd", add = TRUE
)

Try the packDAMipd package in your browser

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

packDAMipd documentation built on March 3, 2021, 5:07 p.m.