Skip to content

Commit

Permalink
# 2545, 2604 fix typo
Browse files Browse the repository at this point in the history
line 233:

~~PARAMCAT1~~
PARCAT1
  • Loading branch information
jimrothstein committed Dec 14, 2024
1 parent 89db088 commit e528722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/bds_finding.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ attr(param_lookup$VSTESTCD, "label") <- "Vital Signs Test Short Name"

At this stage, only `PARAMCD` is required to perform the derivations. Additional
derived parameters may be added, so only `PARAMCD` is joined to the datasets at
this point. All other variables related to `PARAMCD` (e.g. `PARAM`, `PARAMCAT1`, ...)
this point. All other variables related to `PARAMCD` (e.g. `PARAM`, `PARCAT1`, ...)
will be added when all `PARAMCD` are derived.

```{r eval=TRUE}
Expand Down

0 comments on commit e528722

Please sign in to comment.