View source: R/kobo_authentication.R
kobo_auth_password | R Documentation |
Basic authentication to KoBo Toolbox with a username and password
kobo_auth_password(username, password = askpass::askpass())
username |
KoBo Toolbox username. |
password |
KoBo Toolbox password. Default is an interactive input of password. |
System environment variables for KOBO_KF_USERNAME and KOBO_KF_PASSWORD
kobo_auth_password(username = Sys.getenv("KOBO_USERNAME"),
password = Sys.getenv("KOBO_PASSWORD"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.