set_cbioportal_db {cbioportalR} | R Documentation |
This function sets a base cBioPortal URL
set_cbioportal_db(db = NULL)
db |
The database URL to use as base URL for calls, or "public" for https://www.cbioportal.org/ |
No return value, called for side effects. Will display an alert notifying if the user has successfully authenticated to cBioPortal.
Karissa Whiting, Daniel D. Sjoberg
## Not run:
set_cbioportal_db(db = "public")
## End(Not run)