Skip to content
Snippets Groups Projects
Commit c38bfa32 authored by Bock, Andy's avatar Bock, Andy
Browse files

Addedlines to create data/bin folders if they don't exist

parent 43fae08d
No related branches found
No related tags found
2 merge requests!25Bock,!247z, Travel time
......@@ -19,6 +19,9 @@ library(tidyr)
library(dplyr)
library(sf)
if(!dir.exists("data")) {dir.create("data")}
if(!dir.exists("bin")) {dir.create("bin")}
data_dir <- "data"
out_list <- list("data_dir" = data_dir)
out_file <- file.path("cache", "data_paths.json")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment