Learn R Programming

consibiocloudclient (version 1.0.0)

get_project_id: 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()

Arguments

Value

The Consibio project ID

Examples

Run this code
# 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()

Run the code above in your browser using DataLab