Get Orgs uids by level
Examples
if (FALSE) { # \dontrun{
library(grabr)
# Set country of interest
cntry <- "Zambia"
# Get OU/Country orgunit uid
uid <- get_ouuid(cntry)
# Get org level for psnu
lvl <- get_ouorglevel(cntry, org_type = "prioritization")
# Retreived all uids for level 4 (SNU1)
get_ouorguids(ouuid = uid, level = 4)
} # }