
Last chance! 50% off unlimited learning
Sale ends in
A model blueprint is a "pruned down" blueprint representing what was actually run for the model. This is solely the branches of the blueprint that were executed based on the featurelist.
GetModelBlueprintDocumentation(project, modelId)
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.
character. Unique alphanumeric identifier for the model of interest.
list with following components
Character string name of the task described in document
Character string task description
Character string title of document
List of parameters that task can received in human-readable format with following components: name, type, description
List of external links used in document with following components: name, url
List of references used in document with following components: name, url
# NOT RUN {
projectId <- "59a5af20c80891534e3c2bde"
modelId <- "5996f820af07fc605e81ead4"
GetModelBlueprintDocumentation(projectId, modelId)
# }
Run the code above in your browser using DataLab