.get_token_by_username | R Documentation |
Retrieve a synapse token using username and password
.get_token_by_username(username, password)
username |
'Synapse' username. If NULL, package will search package environment for "username". |
password |
'Synapse' password. If NULL, package will search package environment for "password". |
a 'Synapse' token.
## Not run:
.get_token_by_username(username = "test", password = "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.