koboDataGet | R Documentation |
Get KoboToolbox form data as a dataframe for a given form
koboDataGet(server_url, formid, token = NULL, user = NULL, pass = NULL)
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 |
if token
is supplied it is used preferentially over
user
and pass
. If token is not supplied, user
and
pass
must be supplied.
dataframe containing submitted data for the specified form
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.