You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' Generate a settings object based on a data standard
2
2
#'
3
-
#' This function returns a settings object for the eDish chart based on the specified data standard.
3
+
#' This function returns a settings object for the eDish chart based on the specified data standard.
4
4
#'
5
5
#' The function is designed to work with the SDTM and AdAM CDISC(<https://www.cdisc.org/>) standards for clinical trial data. Currently, eDish is the only chart supported.
6
6
#'
7
-
#' @param standard The data standard for which to create settings. Valid options are "SDTM", "AdAM" or "None". Default: \code{"SDTM"}
8
-
#' @param chart The chart for which standards should be generated ("eDish" only for now) . Default: \code{"eDish"}.
7
+
#' @param standard The data standard for which to create settings. Valid options are "SDTM", "AdAM" or "None". Default: \code{"None"}.
8
+
#' @param charts The chart or chart(s) for which settings should be generated. Default: \code{NULL} (uses all available charts).
9
+
#' @param useDefaults Specifies whether default values from settingsMetadata should be included in the settings object. Default: \code{TRUE}.
9
10
#' @param partial Boolean for whether or not the standard is a partial standard. Default: \code{FALSE}.
10
11
#' @param partial_keys Optional character vector of the matched settings if partial is TRUE. Settings should be identified using the text_key format described in ?settingsMetadata. Setting is ignored when partial is FALSE. Default: \code{NULL}.
12
+
#' @param custom_settings a tibble with text_key and customValue columns specifiying customizations to be applied to the settings object. Default: \code{NULL}.
11
13
#' @return A list containing the appropriate settings for the selected chart
warningText="Caution: This interactive graphic is not validated. Any clinical recommendations based on this tool should be confirmed using your organizations standard operating procedures."
94
-
)
95
-
96
-
# loop through dataMappings and apply them to the shell
0 commit comments