odk_list_submissions: ODK list submissions

Description Usage Arguments Value

View source: R/odk_list_submissions.R

Description

Get a list of the submissions of a particular form ID to a particular server

Usage

1
2
3
4
5
6
odk_list_submissions(
  url = "https://bohemia.systems",
  id = "recon",
  user = NULL,
  password = NULL
)

Arguments

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

Value

A character vector of length 1 with the uuids (including the prefix "uuid:") of the submitted forms


databrew/seroprevalence documentation built on Aug. 26, 2020, 12:03 a.m.