IsBlenderEligible | R Documentation |
Check whether individual models can be blended together
IsBlenderEligible(project, modelIds, blendMethod)
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. |
modelIds |
list. A list of model ids corresponding to the models to check. |
blendMethod |
character. The blender method to check. See |
List with:
blendable logical. Whether or not the models can be blended.
reason character. An explanation for why the models cannot be blended, if not
blendable. Otherwise ""
.
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
modelsToBlend <- c("5996f820af07fc605e81ead4", "59a5ce3301e9f0296721c64c")
IsBlenderEligible(projectId, modelId, "GLM")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.