Skip to content

Commit

Permalink
corrected documentation and removed rlang from bds_tte.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorP-beep committed Dec 17, 2024
1 parent 47637a5 commit e882758
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 44 deletions.
10 changes: 4 additions & 6 deletions R/derive_merged.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,17 @@
#' *Permitted Values*: named list of expressions, e.g.,
#' `exprs(BASEC = "MISSING", BASE = -1)`
#'
#' If `"warning"` or `"error"` is specified, the specified message is issued
#' @param check_type Check uniqueness?
#'
#' If `"warning"`, `"message"`, or `"error"` is specified, the specified message is issued
#' if the observations of the (restricted) additional dataset are not unique
#' with respect to the by variables and the order.
#'
#' If the `order` argument is not specified, the `check_type` argument is ignored:
#' if the observations of the (restricted) additional dataset are not unique with respect
#' to the by variables, an error is issued.
#'
#' *Permitted Values*: `"none"`,`"message"`, `"warning"`, `"error"`
#'
#' If `"warning"`, `"message"`, or `"error"` is specified, the specified message is issued
#' if the observations of the input dataset are not unique with respect to the
#' by variables and the order.
#' *Permitted Values*: `"none"`, `"message"`,`"warning"`, `"error"`
#'
#' @param duplicate_msg Message of unique check
#'
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ msec
nd
occds
onwards
param
parttime
pharmaverse
pharmaverseadam
Expand Down
16 changes: 1 addition & 15 deletions man/derive_var_merged_summary.Rd

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

16 changes: 1 addition & 15 deletions man/derive_vars_joined.Rd

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

12 changes: 5 additions & 7 deletions man/derive_vars_merged.Rd

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

12 changes: 12 additions & 0 deletions man/derive_vars_merged_lookup.Rd

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

1 change: 0 additions & 1 deletion vignettes/bds_tte.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The examples of this vignette require the following packages.
library(admiral)
library(dplyr, warn.conflicts = FALSE)
library(pharmaversesdtm)
library(rlang)
```

```{r, warning=FALSE, message=FALSE, include=FALSE}
Expand Down

0 comments on commit e882758

Please sign in to comment.