set_cbioportal_db {cbioportalR}R Documentation

Connect to cBioPortal DB

Description

This function sets a base cBioPortal URL

Usage

set_cbioportal_db(db = NULL)

Arguments

db

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

Value

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

Author(s)

Karissa Whiting, Daniel D. Sjoberg

Examples

## Not run: 
set_cbioportal_db(db = "public")

## End(Not run)


[Package cbioportalR version 1.1.0 Index]