Description Usage Arguments Author(s) Examples
This procedure creates a simplified trial summary SAS xpt file.
| 1 2 3 | gen_simplified_ts(studyid, tsparmcd = "SSTDTC",
  tsval = format(Sys.time(), "%Y-%m-%d"), tsvalnf = " ",
  ofn = "ts.xpt")
 | 
| 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 | 
| ofn | is output file name | 
Hanming Tu
| 1 2 3 4 5 | ## Not run: 
  library(phuse)
  fn <- gen_simplified_ts();
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.