Skip to content

Commit

Permalink
fix settings mismatch. update broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jwildfire committed Jun 14, 2019
1 parent 2872705 commit 5ff55b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/adlbc.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Safety measures sample data
#'
#' A dataset containing anonymized lab data from a clinical trial in the CDISC ADaM format. The structure is 1 record per measure per visit per participant. See a full description of the ADaM data standard \href{https://www.cdisc.org/sites/default/files/members/standard/foundational/adam/adam_implementation_guide_v1.0.pdf}{here}.
#' A dataset containing anonymized lab data from a clinical trial in the CDISC ADaM format. The structure is 1 record per measure per visit per participant. See a full description of the ADaM data standard \href{https://www.cdisc.org/standards/foundational/adam/adam-implementation-guide-v11}{here}.
#'
#' @format A data frame with 10288 rows and 46 variables.
#' \describe{
Expand Down
2 changes: 2 additions & 0 deletions R/generateSettings.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' @param useDefaults Specifies whether default values from settingsMetadata should be included in the settings object. Default: \code{TRUE}.
#' @param partial Boolean for whether or not the standard is a partial standard. Default: \code{FALSE}.
#' @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}.
#' @param custom_settings A tibble describing custom settings to be added to the settings object. Custom values overwrite default values when provided. Tibble should have text_key and customValue columns. Default: \code{NULL}.
#'
#' @return A list containing the appropriate settings for the selected chart
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/adlbc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/generateSettings.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ff55b4

Please sign in to comment.