Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Feb 12, 2024
1 parent 60812bb commit 3a32a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ find_keyword = function(keyword, data=getOption("edc_lookup"), ignore_case=TRUE)
#' Compare a subject ID vector to the study's reference subject ID (usually something like `enrolres$subjid`).
#'
#' @param x the subject ID column to check
#' @param ref the reference for subject ID. Should usually be set through `options(edc_subjid_ref=xxx)`. See example.
#' @param ref the reference for subject ID. Should usually be set through `edc_options(edc_subjid_ref=xxx)`. See example.
#'
#' @return nothing, called for warnings
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/check_subjid.Rd

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

0 comments on commit 3a32a30

Please sign in to comment.