GetPrimeFile | R Documentation |
This function returns information about specified Prime file from a specified project.
GetPrimeFile(project, primeFileId)
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. |
primeFileId |
numeric. Unique alphanumeric identifier for the primeFile to be retrieved. |
List with following elements:
Character string. Code programming language
logical flag indicating if code passed validation
Integer identifier for the ruleset
Unique alphanumeric identifier for the parent model
Unique alphanumeric identifier for the project
Unique alphanumeric identifier for the Prime file
Unique alphanumeric identifier for the model
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
primeFiles <- ListPrimeFiles(projectId)
primeFile <- primeFiles[[1]]
primeFileId <- primeFile$id
GetPrimeFile(projectId, primeFileId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.