| exportSAS | R Documentation |
This creates a csv for each form and a SAS script that will load all the data into SAS.
exportSAS(rcon, directory = NULL, ...)
rcon |
A |
directory |
|
... |
Arguments to pass to other methods |
This function is experimental and needs feedback/suggestions to flesh it out fully. If this feature is important to you, please consider opening an issue on github to suggest improvements.
This function relies on exportBulkRecords to do the
bulk of the export before formatting for SAS. ... are supplied to
exportBulkRecords so full user inversion of control still applies.
A vector of exported data set names.
exportBulkRecords()
## Not run:
exportSAS(rcon)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.