View source: R/CreatePrimeCode.R
CreatePrimeCode | R Documentation |
Create and validate the downloadable code for the ruleset associated with this model
CreatePrimeCode(project, primeModelId, language)
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. |
primeModelId |
character. Id returned by GetPrimeModel(s) functions. |
language |
character. Programming language to use for downloadable code (see PrimeLanguage). |
job Id
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
modelId <- "5996f820af07fc605e81ead4"
CreatePrimeCode(projectId, modelId, "Python")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.