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 | odk_list_submissions(
url = "https://bohemia.systems",
id = "recon",
user = NULL,
password = NULL
)
|
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 |
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.