Learn R Programming

cbioportalR (version 1.1.0)

set_cbioportal_db: Connect to cBioPortal DB

Description

This function sets a base cBioPortal URL

Usage

set_cbioportal_db(db = NULL)

Value

No return value, called for side effects. Will display an alert notifying if the user has successfully authenticated to cBioPortal.

Arguments

db

The database URL to use as base URL for calls, or "public" for https://www.cbioportal.org/

Author

Karissa Whiting, Daniel D. Sjoberg

Examples

Run this code
if (FALSE) {
set_cbioportal_db(db = "public")
}

Run the code above in your browser using DataLab