get_dataset_id_from_name: Get a dataset_id from a dataset_name. If duplicated name, the...

View source: R/dataset.R

get_dataset_id_from_nameR Documentation

Get a dataset_id from a dataset_name. If duplicated name, the first dataset_id that match it is retrieved.

Description

Get a dataset_id from a dataset_name. If duplicated name, the first dataset_id that match it is retrieved.

Usage

get_dataset_id_from_name(project_id, dataset_name)

Arguments

project_id

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

dataset_name

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

Value

character - id of the dataset if found.


previsionio documentation built on March 18, 2022, 6:41 p.m.