Closed achafetz closed 11 months ago
With the new addition of adding the query url and response status, the user is bombarded with info they don't need/can't use.
devtools::load_all() #test: Clean up url trailing slash get_outable(glamr::datim_user(), glamr::datim_pwd())
I recommend removing the query url and response status from datim_execute_query() or at a minium, supressing these print messages for this function.
datim_execute_query()
https://github.com/USAID-OHA-SI/grabr/blob/145258ffa5abcbb262e1c232da521cd9cba69b92/R/extract_datim.R#L376-L377
With the new addition of adding the query url and response status, the user is bombarded with info they don't need/can't use.
I recommend removing the query url and response status from
datim_execute_query()
or at a minium, supressing these print messages for this function.https://github.com/USAID-OHA-SI/grabr/blob/145258ffa5abcbb262e1c232da521cd9cba69b92/R/extract_datim.R#L376-L377