odk_list_forms: List the forms on an ODK server

Description Usage Arguments Value

View source: R/odk_list_forms.R

Description

List the forms on an ODK server

Usage

1
2
3
4
5
6
odk_list_forms(
  url = "https://bohemia.systems",
  user = NULL,
  password = NULL,
  pre_auth = FALSE
)

Arguments

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)

Value

A tibble with columns name, id, and url


databrew/saint documentation built on May 13, 2021, 10:56 a.m.