View source: R/connect_to_formr.R
formr_store_keys | R Documentation |
Store keys in the system keyring/keychain instead of plaintext.
formr_store_keys(account_name, email = NULL, secret_2fa = NULL)
account_name |
a shorthand for the account you're using |
email |
email address for the account, will be prompted if omitted |
secret_2fa |
a 2FA secret, optional, set to NULL if you want to be prompted for it when logging in, set to "" if you don't have 2FA |
## Not run:
formr_store_keys("formr_diary_study_account")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.