get_folder_id_from_name {previsionio}R Documentation

Get a folder_id from a folder_name. If duplicated name, the first folder_id that match it is retrieved.

Description

Get a folder_id from a folder_name. If duplicated name, the first folder_id that match it is retrieved.

Usage

get_folder_id_from_name(project_id, folder_name)

Arguments

project_id

id of the project, can be obtained with get_projects().

folder_name

name of the folder we are searching its id from. Can be obtained with get_folders().

Value

character - id of the folder if found.


[Package previsionio version 11.7.0 Index]