Skip to content

Commit

Permalink
#17 ran styler
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhn23 committed Jun 7, 2023
1 parent d0c0c2a commit fd0de3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vignettes/nactdt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ pr <- tribble(
To derive the New Anti-Cancer Therapy start date with data from a single source, the function `admiral::derive_vars_merged()` can be used. If numeric date is required, `admiral::convert_dtc_to_dt` , or if time part is needed, `admiral::convert_dtc_to_dtm()` can be used as part of an expression for the `new_vars` argument.

```{r message=FALSE}
adsl <- derive_vars_merged(
admiral_adsl,
dataset_add = cm,
Expand Down Expand Up @@ -179,7 +178,6 @@ As of `{admiral}` version 0.11.0, `admiral::derive_param_extreme_record()` is re
Based on individual company standards, this parameter may be added to an event or date dataset such as `ADEVENT` or `ADDATES`, which are generally intermediate datasets to `ADTTE`. For demonstration purpose, a new anti-cancer date parameter will be merged into `ADRS`. A list of `record_source()` objects is expected and this will contain the sources of the dates and any company specific filtering.

```{r, eval=TRUE, echo=TRUE}
library(admiralonco)
adrs <- derive_param_extreme_record(
Expand Down Expand Up @@ -211,7 +209,6 @@ adrs <- derive_param_extreme_record(
PARAM = "New Anti-Cancer Therapy Start Date"
)
)
```

```{r, eval=TRUE, echo=FALSE}
Expand Down

0 comments on commit fd0de3e

Please sign in to comment.