logout | R Documentation |
Use this to remove the current authorization before re-authorizing.
logout(rev_username, rev_password)
rev_username |
Revenera username. |
rev_password |
Revenera password. |
It is not recommended that these values be stored directly in your code. There are various methods and packages available that are more secure; this package does not require you to use any one in particular.
Nothing (successful logout), or an error message.
## Not run:
rev_user <- "my_username"
rev_pwd <- "super_secret"
revenera_auth(rev_user, rev_pwd)
logout(rev_user, rev_pwd)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.