View source: R/geco_project_versions.R
list_project_versions | R Documentation |
Lists project versions within a project
list_project_versions(project = NULL)
project |
(str) the project id. If NULL, defaults to value of environment variable GECO_API_PROJECT |
data.frame containing information about each available project version, one project version per row.
The default project can set via ENV variable: GECO_API_PROJECT. Inputs given here will override the default value.
Lists project versions and provides information about each project version
This function fetches the list of project versions within the specified project from the Generable API. Included are the project version id, description, and other information pertient to the project version
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.