Description Usage Arguments Value Author(s) Examples
Retrieves the number of submissions made to a specified dataset.
1 | kobo_submission_count(formid, user = NULL, api = "kobo")
|
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
1 2 | kobo_submission_count("15051")
kobo_submission_count("31511", api = "kobohr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.