get_datim_targets | R Documentation |
DATIM API Call for Targets
get_datim_targets(url, username, password)
url |
supply url forAPI call, recommend using |
username |
DATIM username |
password |
DATIM password, recommend using |
## Not run:
myurl <- paste0(baseurl, "api/29/analytics.json?
dimension=LxhLO68FcXm:udCop657yzi&
dimension=ou:LEVEL-4;HfVjCurKxh2&
filter=pe:2018Oct&
displayProperty=SHORTNAME&outputIdScheme=CODE")
myuser <- "UserX"
df_targets <- get_datim_targets(myurl, myuser, mypwd(myuser))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.