diff --git a/archive/cycling_route_analysis.Rmd b/archive/cycling_route_analysis.Rmd index 7116a91..b16f73c 100644 --- a/archive/cycling_route_analysis.Rmd +++ b/archive/cycling_route_analysis.Rmd @@ -16,6 +16,7 @@ editor_options: ## Libraries ```{r libs, eval = TRUE, echo = TRUE, results = "show", warning = FALSE, error = TRUE, message = FALSE} +#foo date() rm(list=ls()) library(tidyverse) @@ -328,6 +329,8 @@ ggsave(file = paste0("figures/", # Appendix +This script has been moved to ./archive/. + ```{r chunklast, eval = TRUE, echo = TRUE, results = "show", warning = TRUE, error = TRUE, message = TRUE} date() sessionInfo()