log_into_synapse | R Documentation |
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()
## Not run: log_into_synapse() log_into_synapse( usr = NULL, pass = NULL ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.