Wrapper around https://python-docs.synapse.org/build/html/index.html#synapseclient.Synapse.login
Username and password authentication is not supported.
Recommendation is to store SYNAPSE_AUTH_TOKEN in environment, so login can be used simply as syn_login().
Usage
syn_login(authtoken = Sys.getenv("SYNAPSE_AUTH_TOKEN"))Examples
if (FALSE) { # \dontrun{
library(nfportalutils)
syn_login()
} # }