identify_levels | R Documentation |
Identify Facility/Community levels in org hierarchy
identify_levels(
ou = NULL,
username,
password,
baseurl = "https://final.datim.org/"
)
ou |
operating unit name |
username |
DATIM username |
password |
DATIM password, recommend using |
baseurl |
base API url, default = https://final.datim.org/ |
## Not run:
#table for all OUs
myuser <- "UserX"
identify_levels(username = myuser, password = mypwd())
#table for just Kenya
identify_levels("Kenya", username = myuser, password = mypwd())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.