expressionService.scheduledEval(serverUrl, userName, password = NA, cmd, schDate, in.format = options("time.in.format"), time.zone = options("time.zone")))
schDate
input parameter.
options(time.zone)
is assumed. See the S+ Help file for
options()
for more information.
The password is not encrypted when it is sent from the client to the server. You can omit the password parameter if server does not require one.
You can get the
jobID
from the output dataframe and query the server at a later time to get the
job status, or to download any output files.
The column names are:
splusCode
created
createdBy
jobId
status
resultsDir
error
warnings
output
resultSpxml
## Not run: ## userName <- "johndoe" ## password <- "mypassword" ## serverUrl <- "http://myserver:8080" ## webdavRoot = paste(serverUrl, "/SPServer/webdav", sep = "") ## resultsFolder <- paste(webdavRoot, "/results", sep = "") ## ##expressionService.scheduledEval(atlantic, userName, pwd, "121^2", "09/25/2008 19:20:15.000", in.format = " ## End(Not run)