get_cbioportal_token {cbioportalR} | R Documentation |
Get cBioPortal Access Token
Description
Convenience function that retrieves cBioPortal token System Environment variable "CBIOPORTAL_TOKEN"
Usage
get_cbioportal_token()
Value
Returns a string with cBioPortal token if successfully authenticated, or a warning that token could not be found.
Author(s)
Karissa Whiting, Daniel D. Sjoberg
Examples
## Not run:
get_cbioportal_token()
## End(Not run)
[Package cbioportalR version 1.1.0 Index]