extract_units_and_conversions_server: Extract Units and Conversions from Server

View source: R/01-extract-units.R

extract_units_and_conversions_serverR Documentation

Extract Units and Conversions from Server

Description

Rpackage file: 01-extract-units.R

Usage

extract_units_and_conversions_server(
  central_url,
  central_email,
  central_password,
  project_name,
  form_name,
  database,
  isDraft,
  central_test_case = FALSE
)

Arguments

central_url

The url of the ODK-central

central_email

The email of the ODK-central account being used

central_password

The password of the ODK-central account being used

project_name

The name of the ODK-central project being processed

form_name

The name of the ODK-central form being processed

database

The name of the database you would like to save results to

isDraft

Whether or not the ODK form you are working with is a draft or a final version. Only relevant if you are processing a project from ODK central

central_test_case

This flag is used for running a test-sample dataset from ODK the inst/sample_central_project/ folder


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