diff --git a/adam/adpc.qmd b/adam/adpc.qmd index 4a96a00..3a1ff8c 100644 --- a/adam/adpc.qmd +++ b/adam/adpc.qmd @@ -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 @@ -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 diff --git a/adam/adppk.qmd b/adam/adppk.qmd index a84c2a0..e34b18c 100644 --- a/adam/adppk.qmd +++ b/adam/adppk.qmd @@ -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 @@ -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 @@ -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