Learn R Programming

readepi (version 1.0.4)

get_entity_data: Get tracked entity attributes

Description

Get tracked entity attributes

Usage

get_entity_data(login, api_version, tracked_entities, org_units)

Value

A data frame with the tracked entity attributes

Arguments

login

A httr2_response object returned by the dhis2_login() function

api_version

A numeric with the API version obtained from the get_api_version() function

org_units

A data frame with all organisation units from target DHIS2 instance. This is the output from the get_organisation_units() function