Description Usage Arguments Value
View source: R/odk_list_forms.R
List the forms on an ODK server
1 2 3 4 5 6 | odk_list_forms(
url = "https://bohemia.systems",
user = NULL,
password = NULL,
pre_auth = FALSE
)
|
url |
The URL of the ODK Aggregate server, default being https://bohemia.systems, without a trailing dash |
user |
The ODK Aggregate username |
password |
The ODK Aggregate password |
pre-auth |
Pre-authenticate (needed for Manhica server) |
A tibble with columns name, id, and url
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.