load_qual_data_and_generate_report: Load qualitative data and generate corresponding report

View source: R/run_rmarkdown.R

load_qual_data_and_generate_reportR Documentation

Load qualitative data and generate corresponding report

Description

This function loads qualitative data and run the qualitative Rmarkdown files to generate standardised automated reports for the qualitative studies in the Tools for Integrated Management of Childhood Illnesses (TIMCI) project.

Usage

load_qual_data_and_generate_report(
  qpid,
  qual_pp,
  research_facilities,
  report_dir,
  qual_start_date = NULL,
  qual_end_date = NULL
)

Arguments

qpid

Numeric ID of the qualitative ODK Central project

qual_pp

Encryption passphrase associated with the qualitative ODK Central project

research_facilities

Dataframe that contains the research facilities

report_dir

Path to the output folder for the generated Rmarkdown reports

qual_start_date

Qualitative data collection start date (optional)

qual_end_date

Qualitative data collection end date (optional)


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.