pull_mer | R Documentation |
Extract DATIM Results and Targets (DATIM API Call)
pull_mer(
ou_name = NULL,
username,
password,
baseurl = "https://final.datim.org/",
fy_pd = NULL,
quarters_complete = NULL,
folderpath_output = NULL
)
ou_name |
Operating Unit name, if mechanism is not specified |
username |
DATIM username |
password |
DATIM password, recommend using |
baseurl |
API base url, default = https://final.datim.org/ |
fy_pd |
fiscal year(s) to cover, default will be current FY if not provided |
quarters_complete |
no. of quarters completed through FY to determine weeks left in year |
folderpath_output |
folder path to store DATIM output, default = NULL |
## Not run:
#ou mer data
myuser <- "UserX"
mech_x_dta <- pull_mer(ou_name = "Namibia", username = myuser, password = mypwd(myuser))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.