load_rhomis_central: Load RHoMIS Central

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

load_rhomis_centralR Documentation

Load RHoMIS Central

Description

Load Raw RHoMIS data from ODK central and convert the column names into a shortened, standardised version.

Usage

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

Arguments

central_url

The url of the ODK-central server you are using. ONLY RELEVANT IF "dataSource" WAS "central".

central_email

The email of the ODK-central account you are using. ONLY RELEVANT IF "dataSource" WAS "central"

central_password

The password of the ODK-central account you are using. ONLY RELEVANT IF "dataSource" WAS "central".

project_name

The name of the ODK-central project you are processing. ONLY RELEVANT IF "dataSource" WAS "central".

form_name

The name of the ODK-central form you are processing. ONLY RELEVANT IF "dataSource" WAS "central".

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

Details

Rpackage file: utils-odk-central.R


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