Skip to content

Instantly share code, notes, and snippets.

@ColinFay
Created December 10, 2020 14:45
Show Gist options
  • Save ColinFay/a3c95602945a417fdb8de784fcfaa767 to your computer and use it in GitHub Desktop.
Save ColinFay/a3c95602945a417fdb8de784fcfaa767 to your computer and use it in GitHub Desktop.
library(purrr)
list.files(
pattern = ".Store$",
recursive = TRUE,
full.names = TRUE,
all.files = TRUE
) %>%
map(unlink, TRUE, TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment