Discussions

Ask a Question
Back to all

curl_modify_url error -- Can't get Advan data

pp_advan_mp = "https://api.deweydata.io/api/v1/external/data/cdst_bji9wf4ajtdeoprq"

meta = get_meta(apikey, pp_advan_mp, print_meta = TRUE)

files_df_mp = get_file_list(apikey, pp_advan_mp,
start_date = '2023-01-01',
end_date = '2023-09-01',
print_info = T)


Error: 'curl_modify_url' is not an exported object from 'namespace:curl'


I'm trying to download the Advan Monthly Patterns data, but am getting the error above. Previously, I was getting the error "Error in charToDate(x) : character string is not in a standard unambiguous format", but after trying "install_github("Dewey-Data/deweydatar", ref = "new-platform", force = TRUE)", the 'curl_modify_url' error is what I'm receiving now.

This code is basically the same as the Advan documentation. Any ideas why this might be occuring?