Pull Partner/Mechanism Info from DATIM
Usage
pull_mech(usaid_only = TRUE, ou_sel = NULL, folderpath_output = NULL)
Arguments
- usaid_only
specify if only USAID mechansism should be returned, default = TRUE
- ou_sel
option to specify an operating unit, default = NULL
- folderpath_output
provide the full path to the folder for saving
Examples
if (FALSE) { # \dontrun{
#pull mechanism/partner information
df <- pull_mech() } # }