get_project_id {consibiocloudclient} | R Documentation |
Get the Consibio project ID
Description
This function retrieves the Consibio project ID from the options. If the project ID is not set or is an empty string, an error is thrown.
Usage
get_project_id()
Value
The Consibio project ID
Examples
# Set the Consibio project ID
# Alternatively, you can use the set_project_id('PROJECT_ID') function
options(consibio.project_id = "PROJECT_ID")
# Get the Consibio project ID
get_project_id()
[Package consibiocloudclient version 1.0.0 Index]