extract_form_metadata: Extract Form Metadata

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

extract_form_metadataR Documentation

Extract Form Metadata

Description

Extract the metadata for a RHoMIS project

Usage

extract_form_metadata(
  central_url,
  central_email,
  central_password,
  projectID,
  formID,
  form_version = 1,
  isDraft
)

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 XML form ID from a specific project

form_version

The version of the form you are examining. For now we presume you are looking for the first version of the form

isDraft

Whether or not the form was a draft

Details

Rpackage file: utils-odk-central.R


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