submit_xml_data: Submit XML Data

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

submit_xml_dataR Documentation

Submit XML Data

Description

Rpackage file: utils-odk-central.R

Usage

submit_xml_data(
  xml_string,
  central_url,
  central_email,
  central_password,
  projectID,
  formID,
  isDraft
)

Arguments

xml_string

The XML string for the data submission you would like to make

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. To get the list of forms see the "get_forms" function.

isDraft

Whether the form you are submitting to is a draft or not


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