get_project_id_from_name {previsionio} | R Documentation |
Get a project_id from a project_name If duplicated name, the first project_id that match it is retrieved.
Description
Get a project_id from a project_name If duplicated name, the first project_id that match it is retrieved.
Usage
get_project_id_from_name(project_name)
Arguments
project_name |
name of the project we are searching its id from. Can be obtained with get_projects(). |
Value
character - project_id of the project_name if found.
[Package previsionio version 11.7.0 Index]