get_xls_survey_file: Get xls survey file

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

get_xls_survey_fileR Documentation

Get xls survey file

Description

A function for getting the xls survey from odk central, writing it to a file, and returning the file path

Usage

get_xls_survey_file(
  central_url,
  central_email,
  central_password,
  projectID,
  formID,
  file_destination = NULL,
  form_version = 1
)

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

file_destination

Allow the user to specify the destination of the xls file they are working with. include the file name and the extension. Must make sure the directory exists

form_version

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

Details

Rpackage file: utils-odk-central.R


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