kobo_auth_password: Basic authentication to KoBo Toolbox with a username and...

View source: R/kobo_authentication.R

kobo_auth_passwordR Documentation

Basic authentication to KoBo Toolbox with a username and password

Description

Basic authentication to KoBo Toolbox with a username and password

Usage

kobo_auth_password(username, password = askpass::askpass())

Arguments

username

KoBo Toolbox username.

password

KoBo Toolbox password. Default is an interactive input of password.

Value

System environment variables for KOBO_KF_USERNAME and KOBO_KF_PASSWORD

Examples

kobo_auth_password(username = Sys.getenv("KOBO_USERNAME"),
                   password = Sys.getenv("KOBO_PASSWORD"))


rapidsurveys/odktools documentation built on Jan. 5, 2025, 9:32 a.m.