Discussions
API error with datadeweyr
1 day ago by Tom Clark
I am running consistently into an error whenever I try to pull a customized Advan file in R using the datadeweyr package. The code I am using is:
filesdf = get_file_list(apikey, pp_advan_wp,
start_date = '2024-01-01',
end_date = '2024-05-01',
print_info = T)
the error message I get is:
Error during httr2::req_perform.
HTTP 422 Unprocessable Entity.
Do you know what might be causing this error?