Skip to content

Instantly share code, notes, and snippets.

@azadag
Created February 9, 2019 22:09
Show Gist options
  • Save azadag/487d62993e0e0f931ad73352d73cd939 to your computer and use it in GitHub Desktop.
Save azadag/487d62993e0e0f931ad73352d73cd939 to your computer and use it in GitHub Desktop.
library(tidyverse)
library(v)
data_dir %>%
dir_ls(regexp = "\\.csv$") %>%
map_dfr(read_csv, .id = "source") %>%
mutate(Month_Year = myd(Month_Year, truncated = 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment