get_project_id {consibiocloudclient} | R Documentation |
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.
get_project_id()
The Consibio project ID
# 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()