You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the internal get_request_content() function uses purrr::map_dfr() for mutliple requests, shouldn't be too hard to drop in furrr::map_drf() if its available
would also need to have have option to set number or cores, something like cores = getOption("fmp_cores", 1)
The text was updated successfully, but these errors were encountered:
currently the internal
get_request_content()
function usespurrr::map_dfr()
for mutliple requests, shouldn't be too hard to drop infurrr::map_drf()
if its availablewould also need to have have option to set number or cores, something like
cores = getOption("fmp_cores", 1)
The text was updated successfully, but these errors were encountered: