combine_data: Combine DAA datasets together.

View source: R/combine-data.R

combine_dataR Documentation

Combine DAA datasets together.

Description

Combines DAA Indicator, PVLS and EMR data, and Site attribute data together and exports them as a single dataframe.

Usage

combine_data(
  daa_indicator_data = NULL,
  ou_hierarchy = NULL,
  pvls_emr = NULL,
  cache_folder = NULL
)

Arguments

daa_indicator_data

Dataframe containing DAA indicator data.

ou_hierarchy

Dataframe containing DATIM organisation unit hierarchy.

pvls_emr

Dataframe of PVLS and EMR data joined with metadata.

Value

A dataframe containing the DAA indicator data, PVLS and EMR indicator data, and the site attribute data for a single country.


pepfar-datim/daa-analytics documentation built on Nov. 24, 2024, 7:31 p.m.