extract_raw_data_server: Extract Raw Data

View source: R/00-extract-raw-data.R

extract_raw_data_serverR Documentation

Extract Raw Data

Description

This function can be used to extract raw data from an ODK central server, and save it to a RHoMIS mongoDB database.

Usage

extract_raw_data_server(
  central_url,
  central_email,
  central_password,
  project_name,
  form_name,
  database,
  isDraft
)

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


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