Check Synapse Login Status & Ability to Access Data
Source:R/synapse_authentication.R
dot-is_connected_to_genie.Rd
The `.is_connected_to_genie()` function assesses whether the user is logged into 'Synapse' and confirms whether the user has permission to access the GENIE BPC data. It returns TRUE or FALSE
Usage
.is_connected_to_genie(
username = NULL,
password = NULL,
pat = NULL,
check_consortium_access = FALSE
)