Download form from the platform
kobo_form(formid, userpwd, api)
formid | The ID of the form to be accessed (as a character string). |
---|---|
userpwd | Optional. A single string indicating the username and password
(in the form of |
api | The URL at which the API can be accessed. Defaults to "unhcr", which loads the UNHCR KoBo Toolbox API. |
Downloaded form path.
Edouard Legoupil
if (FALSE) { kobo_form("15051") kobo_form("31511", user = userpwd, api = "unhcr") }