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

Avoid getting everything from run_multiple #20

Open
gvegayon opened this issue Jul 24, 2024 · 0 comments
Open

Avoid getting everything from run_multiple #20

gvegayon opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gvegayon
Copy link
Member

Run-multiple shouldn't retrieve all the results from the disk, so the function here

epiworldR/R/make_saver.R

Lines 111 to 117 in b4eb34d

#' @export
#' @rdname run_multiple
#' @returns
#' - The `run_multiple_get_results` function returns a named list with the
#' data specified by `make_saver`.
#' @importFrom utils read.table
run_multiple_get_results <- function(m) {
should add a new argument specifying what to retrieve.

Reported by @IsaccBarker

@gvegayon gvegayon added the enhancement New feature or request label Jul 24, 2024
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