Skip to content

Commit

Permalink
feat: #2484 Add piping back to derive_var_obs_number() for adgdssf da…
Browse files Browse the repository at this point in the history
…taframe
  • Loading branch information
steventing12 committed Sep 3, 2024
1 parent c5c09f1 commit 56acd48
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions vignettes/questionnaires.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,13 @@ adgdssf <- adgdssf %>%
restrict_derivation(
derivation = derive_var_pchg,
filter = AVISITN > 0
) %>%
# Derive sequence number
derive_var_obs_number(
by_vars = exprs(STUDYID, USUBJID),
order = exprs(PARAMCD, ADT),
check_type = "error"
)
# Derive sequence number
derive_var_obs_number(
by_vars = exprs(STUDYID, USUBJID),
order = exprs(PARAMCD, ADT),
check_type = "error"
)
```

```{r echo=FALSE}
Expand Down

0 comments on commit 56acd48

Please sign in to comment.