View source: R/connect_to_formr.R
formr_connect | R Documentation |
Connects to formr using your normal login and the httr library
which supports persistent session cookies. Calling this function will persist
the specified host (by default https://formr.org) in further formr_ function
calls. You can change this by calling formr_last_host()
formr_connect(
email = NULL,
password = NULL,
host = formr_last_host(),
keyring = NULL
)
email |
your registered email address |
password |
your password |
host |
defaults to |
keyring |
a shorthand for the account you're using |
## Not run:
formr_connect(keyring = "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.