furrr Questions
1
Is there a way to configure furrr::future_map that would allow a nested use case ? Consider the following code :
library(furrr)
library(tictoc)
# The problem is easier to reason about if you tak...
1
I am currently working on a package, let's say it is called myPack.
I have a function called myFunc1 and another function called myFunc2, which looks something like that:
myFunc2 <- function(x...
Bracknell asked 3/3, 2019 at 12:41
0
I have to retrieve a large dataset from a web API (NCBI entrez) that limits me to a certain number of requests per second, say 10 (the example code will limit you to three without an API key). I'm ...
Biysk asked 19/5, 2020 at 3:28
2
Solved
Due to memory (and speed) issues, I was hoping to do some computations inside a data.table instead of doing them outside it.
The following code has 100.000 rows, but I'm working with 40 million r...
Brunella asked 12/7, 2019 at 23:58
1
© 2022 - 2025 — McMap. All rights reserved.