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