odk_get_submission: ODK get submission

Description Usage Arguments Value

View source: R/odk_get_submission.R

Description

Get the data from a particular submission

Usage

1
2
3
4
5
6
7
8
9
odk_get_submission(
  url = "https://bohemia.systems",
  id = "recon",
  id2 = NULL,
  uuid = NULL,
  user = NULL,
  password = NULL,
  use_data_id = FALSE
)

Arguments

url

The URL of the ODK Aggregate server, default being https://bohemia.systems, without a trailing dash

id

The primary id of the form

id2

The secondary id of the form

uuid

The uuid (including the "uuid:" prefix) of the particular submission to be retrieved

user

The ODK Aggregate username

password

The ODK Aggregate password

use_data_id

Whether to substitute the id2 field with "data" in the submission retrieval URL

Value

An xml of the submission's content


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