View source: R/StarredModels.R
ListStarredModels | R Documentation |
Star models and add them to this list using StarModel
or ToggleStarForModel
.
Unstar models and remove them from this list using UnstarModel
or
ToggleStarForModel
ListStarredModels(project, orderBy = NULL)
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. |
orderBy |
character. Optional. A vector of keys to order the list by. You can
order by |
An S3 object of class listOfModels, which may be characterized using R's generic summary function or converted to a dataframe with the as.data.frame method.
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
ListStarredModels(projectId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.