View source: R/datasteps_translators.R
EPS_translate | R Documentation |
It will read the score code that is written in DS2, extract the astore name and
create an astore call written using SWAT
. The reason for that is because the DS2 is
not reliable/self contained
EPS_translate(
in_file = NULL,
out_file = "dmcas_epscorecode.R",
zip = TRUE,
in_caslib,
in_castable,
out_caslib,
out_castable,
hostname = "myserver.com",
copyVars = NULL
)
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 |
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 |
hostname |
sas viya hostname to be used, not available inside the DS2 code |
copyVars |
default |
List object with the Rscore code, out castable, out caslib and the written file path.
EPS_translate("filepath.zip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.