Skip to contents

Identify OU/Org Label

Usage

get_ouorglabel(
  operatingunit,
  country = NULL,
  org_level = 4,
  username,
  password,
  baseurl = "https://final.datim.org/"
)

Arguments

operatingunit

Operating unit

country

Country name

org_level

OU Org level, default is set to 4, PSNU

username

Datim account username

password

Datim account password

baseurl

Datim base url

Value

Org level label

Examples

if (FALSE) { # \dontrun{
  library(grabr)

  get_ouorglabel(operatingunit = "Zambia", org_level = 5)
} # }