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)
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)