Learn R Programming

consibiocloudclient (version 1.0.0)

set_api_url: Set API URL in environment variable

Description

This function sets the API URL in the environment variable named "CONSIBIO_API_HOST".

Usage

set_api_url(url = NULL)

Value

A character string representing the API URL.

Arguments

url

A character string representing the API URL.

Examples

Run this code
if (FALSE) {
set_api_url("https://api.v2.consibio.com")
}

Run the code above in your browser using DataLab