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