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
Karissa Whiting, Daniel D. Sjoberg
Examples
# \dontrun{
set_cbioportal_db(db = "public")
#> ✔ You are successfully connected!
#> ✔ base_url for this R session is now set to "www.cbioportal.org/api"
# }