Skip to content

Commit

Permalink
Update analyze.R
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcardoso authored Jul 3, 2020
1 parent f4e2c2c commit 4692848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/analyze.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
############################################################

# sample <- read_csv(here::here(dir_data_processed, 'sample.csv')) %>%
# sample <- read_feather(here::here(dir_data_processed, 'sample.feather')) %>%
# group_by(cma) %>%
# arrange(desc(date)) %>%
# mutate(sale_avg_3mo = rollmean(sale_avg, k = 3, fill = NA)) %>%
Expand Down

0 comments on commit 4692848

Please sign in to comment.