Skip to content

Commit

Permalink
Attempt to clarify datasets in template: ad_adsl.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein committed Oct 10, 2024
1 parent bf9ffdd commit b49f54b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions inst/templates/ad_adsl.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
#
# Label: Subject Level Analysis Dataset
#
# Input: dm, ex, ds
# Load packages (including test datasets)
library(admiral)
library(pharmaversesdtm) # Contains example datasets from the CDISC pilot project
library(dplyr)
library(lubridate)
library(stringr)

# Load source datasets ----
# Though datasets are already loaded, identify specific datasets for this template.

# Use e.g. haven::read_sas to read in .sas7bdat, or other suitable functions
# as needed and assign to the variables below.
# For illustration purposes read in admiral test data

dm <- pharmaversesdtm::dm
ds <- pharmaversesdtm::ds
Expand Down

0 comments on commit b49f54b

Please sign in to comment.