ListPrimeFiles | R Documentation |
Training a model using a ruleset is a necessary prerequisite for being able to download the code for a ruleset.
ListPrimeFiles(project, parentModelId = NULL, modelId = NULL)
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. |
parentModelId |
numeric. Optional. Filter for only those prime files approximating this parent model. |
modelId |
numeric. Optional. Filter for only those prime files with code for this prime model. |
List of lists. Each element of the list corresponds to one Prime file available to download. The elements of this list have the same format as the return value of GetPrimeFile.
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
ListPrimeFiles(projectId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.