Added cycling_route_analysis.Rmd to archive/

This commit is contained in:
syounkin 2024-11-07 12:23:08 -06:00
parent fda6ee6d95
commit 34fa374de5

View File

@ -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()