Skip to content

Instantly share code, notes, and snippets.

@darokun
Created September 6, 2022 13:03
Show Gist options
  • Save darokun/e7ae4c449498ef77496af4d5898e1cb6 to your computer and use it in GitHub Desktop.
Save darokun/e7ae4c449498ef77496af4d5898e1cb6 to your computer and use it in GitHub Desktop.
library(tidyverse)
library(here)
papers_filenames <- list.files(path = here::here("Library"),
pattern = "(201[8-9]|2020)",
full.names = TRUE)
file.copy(from = papers_filenames, to = here::here("Library", "subset"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment