get_submission_data: Get Submission Data

View source: R/utils-odk-central.R

get_submission_dataR Documentation

Get Submission Data

Description

A function for retrieving all of the ODK data as a zip file

Usage

get_submission_data(
  central_url,
  central_email,
  central_password,
  projectID,
  formID,
  form_name,
  isDraft,
  file_destination = NULL
)

Arguments

central_url

The url of the ODK central server

central_email

The email of your ODK central account

central_password

The password to your ODK central account

projectID

The ID of the project you are looking at. To get a list of project, see the "get_projects" function

formID

The ID of the form containing the submissions you are looking at.

form_name

The name of the form you are downloading To get the list of forms see the "get_forms" function.

isDraft

Whether or not the form is a draft or whether it is finalized

file_destination

The location to store temporary files

Details

Rpackage file: utils-odk-central.R


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.