UpdateFeaturelist | R Documentation |
Updates a featurelist to change the name or description.
UpdateFeaturelist(featurelist, listName = NULL, description = NULL)
featurelist |
list. The featurelist to delete. |
listName |
character. String identifying the new featurelist to be created. |
description |
character. A user-friendly description to give a featurelist. |
A list with the following four elements describing the featurelist created:
Character string giving the unique alphanumeric identifier for the new featurelist.
Character string giving the projectId identifying the project to which the featurelist was added.
Character vector with the names of the variables included in the new featurelist.
Character string giving the name of the new featurelist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.