Description Usage Arguments Value
View source: R/odk_list_submissions.R
Get a list of the submissions of a particular form ID to a particular server
1 2 3 4 5 6 7 8 | odk_list_submissions(
url = "https://bohemia.systems",
id = "recon",
user = NULL,
password = NULL,
pre_auth = FALSE,
chunk_size = 1000
)
|
url |
The URL of the ODK Aggregate server, default being https://bohemia.systems, without a trailing dash |
id |
The primary id fo the form |
user |
The ODK Aggregate username |
password |
The ODK Aggregate password |
chunk_size |
The chunk size for pagination |
pre-auth |
Pre-authenticate (needed for Manhica server) |
A character vector of length 1 with the uuids (including the prefix "uuid:") of the submitted forms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.