Learn R Programming

cbioportalR (version 1.1.0)

test_cbioportal_db: Test the Database Connection Anytime During your R Session

Description

Helps troubleshoot API issues during an R session

Usage

test_cbioportal_db()

Arguments

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

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


Run the code above in your browser using DataLab