Check the DHIS2 attributes for data import
Source:R/check_dhis2_attributes.R
dhis2_check_attributes.Rd
Check the DHIS2 attributes for data import
Arguments
- base_url
the web address of the server the user wishes to log in to
- user_name
the user name
- password
the user's password
- query_parameters
a list with the parameters that will be used to determine which data is returned by the query
Examples
if (FALSE) {
attributes <- dhis2_check_attributes(
base_url = "https://play.dhis2.org/dev",
user_name = "admin",
password = "district",
query_parameters = list(dataSet = "pBOMPrpg1QX",
orgUnit = "DiszpKrYNg8")
)
}