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