Skip to content

Commit

Permalink
Update data loading method to use package namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmiiccat committed Oct 5, 2024
1 parent 75de2e5 commit 24d2cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-raw/dm_metabolic.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ library(dplyr)
library(purrr)

# Import DM data from `pharmaversesdtm` ----
admiralmetabolic::dm
pharmaversesdtm::dm

# Subset to first 5 subjects ----
dm_subset <- dm |>
Expand Down
2 changes: 1 addition & 1 deletion data-raw/vs_metabolic.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ library(purrr)

## Read input data ----

admiralmetabolic::vs
pharmaversesdtm::vs
admiralmetabolic::dm_metabolic

# Merge vs with dm_metabolic to use the req subjects ----
Expand Down

0 comments on commit 24d2cd8

Please sign in to comment.