Skip to content

Commit

Permalink
#12 add package::function format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyad committed Nov 3, 2023
1 parent 0001100 commit 2380843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions adam/adpc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library(pharmaversesdtm)

## Next Load Specifications for Metacore

We have saved our specifications in an Excel file and will load them into `{metacore}` with the `spec_to_metacore()` function.
We have saved our specifications in an Excel file and will load them into `{metacore}` with the `metacore::spec_to_metacore()` function.

```{r echo=TRUE}
#| label: Load Specs
Expand Down Expand Up @@ -141,7 +141,7 @@ ex_dates <- ex %>%

### Expand Dosing Records

Since there is a start date and end date for dosing records we need to expand the dosing records between the start date and end date using the `{admiral}` function `create_single_dose_dataset()`.
Since there is a start date and end date for dosing records we need to expand the dosing records between the start date and end date using the function `admiral::create_single_dose_dataset()`.

```{r}
#| label: Expand
Expand Down
6 changes: 3 additions & 3 deletions adam/adppk.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library(pharmaversesdtm)

## Next Load Specifications for Metacore

We have saved our specifications in an Excel file and will load them into `{metacore}` with the `spec_to_metacore()` function.
We have saved our specifications in an Excel file and will load them into `{metacore}` with the `metacore::spec_to_metacore()` function.

```{r echo=TRUE, message=FALSE}
#| label: Load Specs
Expand Down Expand Up @@ -144,7 +144,7 @@ ex_dates <- ex %>%

### Expand Dosing Records

Since there is a start date and end date for dosing records we need to expand the dosing records between the start date and end date using the `{admiral}` function `create_single_dose_dataset()`.
Since there is a start date and end date for dosing records we need to expand the dosing records between the start date and end date using the function `admiral::create_single_dose_dataset()`.

```{r}
#| label: Expand
Expand Down Expand Up @@ -403,7 +403,7 @@ adppk_aseq <- adppk_aval %>%

## Derive Covariates Using `{metatools}`

In this step we will create our numeric covariates using the `create_var_from_codelist()` function from `{metatools}`.
In this step we will create our numeric covariates using the `metatools::create_var_from_codelist()` function.

```{r}
#| label: Covariates
Expand Down

0 comments on commit 2380843

Please sign in to comment.