Skip to content

Instantly share code, notes, and snippets.

@marcosci
Created October 10, 2018 04:30
Show Gist options
  • Save marcosci/0e7e085d7cc42f8d899da747d6d04053 to your computer and use it in GitHub Desktop.
Save marcosci/0e7e085d7cc42f8d899da747d6d04053 to your computer and use it in GitHub Desktop.
read results from .future
future_results <- list.files("/home/uni08/msciain/.future", pattern = glob2rx("*1.rds"), recursive = T, full.names = TRUE) %>% map_dfr(readRDS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment