formr_connect.Rd
Connects to formr using your normal login and the httr library which supports persistent session cookies.
formr_connect( email = NULL, password = NULL, host = "https://formr.org", keyring = NULL )
your registered email address |
|
password | your password |
host | defaults to https://formr.org |
keyring | a shorthand for the account you're using |
if (FALSE) { formr_connect(keyring = "formr_diary_study_account" ) }