Log into Synapse. Assumes credentials are stored. User can specify UserID and Password as usr and pass respectivly
log_into_synapse(usr = NULL, pass = NULL)
usr | A single value character vector of the users Synapse ID |
---|---|
pass | A single value character vector of the users Synapse Password |
Synapse login object to use in list_load(), store_net(), and network_load()
if (FALSE) { log_into_synapse() log_into_synapse( usr = NULL, pass = NULL ) }