Obtain form info in order to correctly retrieve the form.
kobo_forminfo(formid, user = NULL, api = api)
formid | The ID of the form to be accessed (as a character string). |
---|---|
user | 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. |
A "data.table" with the full forminfo. The forminfo would be named in the form of "data_formid".
The URL of the form based on form id.
Edouard Legoupil
if (FALSE) { kobo_forminfo("15051") kobo_forminfo("31511", api = "unhcr") }