dot-get_synapse_token: Retrieve a synapse token using username and password

.get_synapse_tokenR Documentation

Retrieve a synapse token using username and password

Description

Retrieve a synapse token using username and password

Usage

.get_synapse_token(username = NULL, password = NULL)

Arguments

username

'Synapse' username. If NULL, package will search package environment for "username". If not found, package will look in environmental variables for 'SYNAPSE_USERNAME'.

password

'Synapse' password. If NULL, package will search package environment for "password". If not found package will search environmental variables for 'SYNAPSE_PASSWORD'.

Value

a 'Synapse' token

Examples

## Not run: 
.get_synapse_token(username = "test", password = "test")

## End(Not run)

genieBPC documentation built on March 7, 2023, 6:46 p.m.