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)

Arguments

usr

A single value character vector of the users Synapse ID

pass

A single value character vector of the users Synapse Password

Value

Synapse login object to use in list_load(), store_net(), and network_load()

Examples

if (FALSE) { log_into_synapse() log_into_synapse( usr = NULL, pass = NULL ) }