From dd4af9a37d762605b95cc8c142bf9786a57b7933 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 19 Dec 2024 07:48:36 -0800 Subject: [PATCH] Update R/derive_basetype_records.R Co-authored-by: Stefan Bundfuss <80953585+bundfussr@users.noreply.github.com> --- R/derive_basetype_records.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/derive_basetype_records.R b/R/derive_basetype_records.R index 521af38e2f..b41fa90f60 100644 --- a/R/derive_basetype_records.R +++ b/R/derive_basetype_records.R @@ -2,7 +2,7 @@ #' #' Baseline Type `BASETYPE` is needed when there is more than one definition of #' baseline for a given Analysis Parameter `PARAM` in the same dataset. For a -#' given parameter, if Baseline Value `BASE` or `BASEC` are non-null, and there +#' given parameter, if Baseline Value `BASE` or `BASEC` are derived and there #' is more than one definition of baseline, then `BASETYPE` must be non-null on #' all records of any type for that parameter. Each value of `BASETYPE` refers #' to a definition of baseline that characterizes the value of `BASE` on that