Skip to content

Instantly share code, notes, and snippets.

@mkearney
Last active April 22, 2016 15:22
Show Gist options
  • Save mkearney/6cddc0d9838d808b079a5b10dcb0e771 to your computer and use it in GitHub Desktop.
Save mkearney/6cddc0d9838d808b079a5b10dcb0e771 to your computer and use it in GitHub Desktop.
lite.as.feather <- function(path){
data <- read.csv(path)
newpath <- paste0(sub(".csv", "", path), ".feather")
feather::write_feather(data, newpath)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment