Description Usage Arguments Value Author(s) Examples
Retrieves the data submitted to a specified dataset.
1 | kobo_data_downloader(formid, user = NULL, api = "kobo", check = TRUE)
|
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 "kobo", which loads the KoBo Toolbox API. |
check |
Logical. Should the function first check to see whether the data is available offline. |
A "data.table" with the full dataset. If data is already found on disk and the number of rows matches with the online datasets, the local copy would be used. The dataset would be named in the form of "data_formid".
Ananda Mahto
1 2 3 4 5 | ## Not run:
kobo_data_downloader("15051")
kobo_data_downloader("31511", api = "kobohr")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.