DownloadScoringCode | R Documentation |
Download scoring code JAR
DownloadScoringCode(project, modelId, fileName, sourceCode = FALSE)
project |
character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier. |
modelId |
character. Unique alphanumeric identifier for the model of interest. |
fileName |
character. File path where scoring code will be saved. |
sourceCode |
logical. Optional. Set to TRUE to download source code archive. It will not be executable. |
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
modelId <- "5996f820af07fc605e81ead4"
file <- file.path(tempdir(), "scoringCode.jar")
DownloadScoringCode(projectId, modelId, file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.