ListFeaturelists | R Documentation |
This function returns an S3 object of class listOfFeaturelists that describes all featurelists (i.e., lists of modeling variables) available for the project specified by the project parameter. This list may be converted to a dataframe with the as.data.frame method for objects of class listOfFeaturelists.
ListFeaturelists(project)
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. |
An S3 object of class 'listOfFeaturelists', which is a list of dataframes: each element of the list corresponds to one featurelist associated with the project, and each dataframe has one row and the following four columns:
featurelistId. Unique alphanumeric identifier for the featurelist.
projectId. Unique alphanumeric project identifier.
features. Comma-separated character string listing the variables included in the featurelist.
name. Character string giving the name of the featurelist.
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
ListFeaturelists(projectId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.