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

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

chunk_size

The chunk size for pagination

pre-auth

Pre-authenticate (needed for Manhica server)

Value

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


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