get_xls_form: Get XLS Form

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

get_xls_formR Documentation

Get XLS Form

Description

Allows the user to get an ODK central xls form in order to extract any meta-data

Usage

get_xls_form(
  central_url,
  central_email,
  central_password,
  projectID,
  formID,
  isDraft = T,
  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

formID

The XML form ID from a specific project

isDraft

Stating whether or not the form is a draft

file_destination

Where to store the survey file (leave null if reading file into environment)

Details

Rpackage file: utils-odk-central.R


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