diff --git a/content/post/2021-04-16-functional-programming-with-strava-data/paralleliterations.Rmd b/content/post/2021-04-16-functional-programming-with-strava-data/paralleliterations.Rmd index cc3db4d..f6c1c9e 100644 --- a/content/post/2021-04-16-functional-programming-with-strava-data/paralleliterations.Rmd +++ b/content/post/2021-04-16-functional-programming-with-strava-data/paralleliterations.Rmd @@ -63,7 +63,7 @@ daysoftheweek <- function(d, date) { print(weekday) } - +#RL note: when I run this, I get the error that 'weeklydata' is not found. Maybe this was renamed? byact <- weeklydata %>% group_by(act_type) %>% nest()