DeleteModelingFeaturelist | R Documentation |
Delete a modeling featurelist
DeleteModelingFeaturelist(featurelist)
featurelist |
list. The modeling featurelist to delete. |
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
featureList <- CreateModelingFeaturelist(projectId, "myFeaturelist", c("feature1", "feature2"))
featurelistId <- featureList$featurelistId
GetModelingFeaturelist(projectId, featurelistId)
DeleteModelingFeaturelist(projectId, featurelistId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.