ml_connect | R Documentation |
Authenticate in Google and formr
ml_connect(google_email = NULL)
google_email |
E-mail used in Google Drive account. If NULL (default), it is assumed to be the same as formr_email. |
This function tries to log in to the formr API by trying to retrieve its corresponding key via the keyring package. If no key exists under the name "multilex", the user is prompted to create it first.
Logical. TRUE if Google and formr authentication was successful, FALSE if authentication of any of the two failed.
my_email <- "gonzalo.garciadecastro@upf.edu" ml_connect(google_email = my_email)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.