gen_simplified_ts: Generate Simplified TS domain xpt file
Description
This procedure creates a simplified trial summary SAS xpt file.
Usage
gen_simplified_ts(studyid, tsparmcd = "SSTDTC",
tsval = format(Sys.time(), "%Y-%m-%d"), tsvalnf = " ",
ofn = "ts.xpt")
Arguments
studyid
is Study Identifier(STUDYID); required.
tsparmcd
is Trial Summary Parameter Short Name(TSPARMCD); defaults
to 'SSTDTC'
tsval
is Parameter Value(TSVAL); defaults to current date in format
of "YYYY-MM-DD"
tsvalnf
is Parameter Null Flavor(TSVALNF); default to blank
Examples
Run this code# NOT RUN {
library(phuse)
fn <- gen_simplified_ts();
# }
Run the code above in your browser using DataLab