log_into_synapse: Log into Synapse

View source: R/functions.R

log_into_synapseR Documentation

Log into Synapse

Description

Log into Synapse. Assumes credentials are stored. User can specify UserID and Password as usr and pass respectivly

Usage

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

## Not run: 
log_into_synapse()
log_into_synapse(
   usr = NULL,
   pass = NULL
 )
 
## End(Not run)

jgockley62/igraphNetworkExpansion documentation built on April 15, 2022, 12:14 a.m.