Skip to content

Commit

Permalink
Updated data assignment for loading order of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmiiccat committed Oct 8, 2024
1 parent 24d2cd8 commit f4cd95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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` ----
pharmaversesdtm::dm
dm <- pharmaversesdtm::dm

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

## Read input data ----

pharmaversesdtm::vs
admiralmetabolic::dm_metabolic
vs <- pharmaversesdtm::vs
dm_metabolic <- admiralmetabolic::dm_metabolic

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

Expand Down

0 comments on commit f4cd95f

Please sign in to comment.