rs_get_key | R Documentation |
Returns you token set by rs_set_key
rs_get_key(user)
user |
username used to sign up |
the password set using rs_set_key
saved
in the keychain
Koen Hufkens
rs_set_key
## Not run:
# set key
rs_set_key(user = "test@mail.com", password = "123")
# get key
rs_get_key(user = "test@mail.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.