list_project_versions: Lists project versions within a project

View source: R/geco_project_versions.R

list_project_versionsR Documentation

Lists project versions within a project

Description

Lists project versions within a project

Usage

list_project_versions(project = NULL)

Arguments

project

(str) the project id. If NULL, defaults to value of environment variable GECO_API_PROJECT

Value

data.frame containing information about each available project version, one project version per row.

Note

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


generable/rgeco documentation built on Oct. 16, 2024, 2:45 a.m.