R/kobo_submission_count.R
kobo_submission_count.Rd
Retrieves the number of submissions made to a specified dataset.
kobo_submission_count(formid, user = NULL, api = "unhcr")
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. |
A single number indicating the number of submissions received.
Ananda Mahto
if (FALSE) { kobo_submission_count("15051") kobo_submission_count("31511", api = "kobohr") }