Description Usage Arguments Value
View source: R/QCMemo_script.R
The loadSASdf
function reads in the Step 1 and Step 2 files specified
in the doc block and automatically assigns them names (unless names are
user-specified).
1 2 3 4 5 6 7 8 9 |
rootdir |
The root directory for all programs and data. This directory should contain subfolders for programs and SAS datasets (e.g. "prg" and "sd7" folders). |
dirabb |
The name of the directory (within the root directory) where the SAS datasets are stored. |
suffix |
A suffix to add to the end of all the filenames (before the
file extension). For example, if the doc block lists the uncompressed
datasets and you would like to add "_uncomp" to all the filenames, setting
|
s1dat |
A vector containing the names of all the Step 1 datasets. Must end in .sas7bdat and be uncompressed. |
s1names |
A vector of names for the Step 1 datasets. Must be the
same length as |
s2dat |
The name of the Step 2 dataset. Must end in .sas7bdat and be uncompressed. |
s2names |
A vector of names for the Step 2 datasets. Must be the
same length as |
A named list
containing all the Step 1 and Step 2 datasets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.