Back-end function used to drive the API calls of the other ipc_get_...()
family of functions.
ipc_get(resource, return_format, pass_format, api_key = NULL, ...)Data frame from the API
One of the resources exposed in the IPC API, such
"areas" , "analyses", "points", or "country".
The format that should be returned by the API. Allows
"csv" (the default) and "geojson".
Pass format explicitly in the API call.
IPC API key. If NULL (the default), looks for IPC_API_KEY
in the environment.
Named parameters passed to the API call URL in the form of
argument=value.