Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add furrr backend #1

Open
jpiburn opened this issue Dec 17, 2020 · 0 comments
Open

add furrr backend #1

jpiburn opened this issue Dec 17, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jpiburn
Copy link
Owner

jpiburn commented Dec 17, 2020

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)

@jpiburn jpiburn added the enhancement New feature or request label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant