View source: R/datasteps_translators.R
DS_translate | R Documentation |
Wraps a simple DataSetp code (not DS2) to be run through SWAT
DS_translate(
in_file = NULL,
out_file = "dmcas_scorecode.R",
zip = TRUE,
hostname = NULL,
in_caslib,
in_castable,
out_caslib,
out_castable
)
in_file |
Path to zip/sas file with the score code. |
out_file |
Path to the translated |
zip |
Boolean, if the score code is inside a zip file. Default to |
hostname |
|
in_caslib |
caslib name of the input table |
in_castable |
input table name |
out_caslib |
caslib name of the output table |
out_castable |
output table name |
List object with the DS code, Rscore code, out castable, out caslib and the written file path.
DS_translate("filepath.zip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.