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

renumbered refactor scripts; add nondend

parent fa57aeeb
No related branches found
No related tags found
1 merge request!102Re-numbering/runner scripts
......@@ -9,6 +9,7 @@ unlink(paste0("cache/", rpu_code, "_aggregate.gpkg"))
unlink(paste0("cache/", rpu_code, "_refactor.gpkg"))
unlink(paste0("cache/", rpu_code, "_lookup.csv"))
unlink(paste0("cache/reference_", VPU, ".gpkg"))
unlink(paste0("cache/ND_", VPU, ".gpkg"))
rmarkdown::render('02_NHD_navigate.Rmd',
output_file='temp/02_NHD_navigate_test.html')
......@@ -16,8 +17,11 @@ rmarkdown::render('02_NHD_navigate.Rmd',
rmarkdown::render("05_hyRefactor_flines.Rmd",
output_file = "temp/05_hyRefactor_flines_test.html")
rmarkdown::render("07-1_hyRefactor_cats.Rmd",
rmarkdown::render("06-1_hyRefactor_cats.Rmd",
output_file = "temp/07-1_hyRefactor_cats_test.html")
rmarkdown::render("07-2_aggregate_cats.Rmd",
rmarkdown::render("06-2_aggregate_cats.Rmd",
output_file = "temp/07-_aggregate_cats_test.html")
rmarkdown::render("07-NonDend.Rmd",
output_file = "temp/07-_aggregate_cats_test.html")
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