koboDataGet: Get KoboToolbox form data as a dataframe for a given form

View source: R/koboDataGet.R

koboDataGetR Documentation

Get KoboToolbox form data as a dataframe for a given form

Description

Get KoboToolbox form data as a dataframe for a given form

Usage

koboDataGet(server_url, formid, token = NULL, user = NULL, pass = NULL)

Arguments

server_url

URL of the KoboToolbox server, e.g. https://kc.kobotoolbox.org/

formid

ID or ID string for a given KoboToolbox form

token

optional KoboToolbox user access token

user

optional KoboToolbox username

pass

optional KoboToolbox password

Details

if token is supplied it is used preferentially over user and pass. If token is not supplied, user and pass must be supplied.

Value

dataframe containing submitted data for the specified form


johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.