moved scripts to archive, added messages to console

This commit is contained in:
Ben Varick 2025-01-27 15:22:24 -06:00
parent 343c1b1431
commit fc15bae7e0
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
3 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ options(osrm.profile = "walk")
``` ```
## Function to generate maps ## Function to generate maps
```{r schoolmaps, eval = TRUE, echo = TRUE, results = "show", warning = FALSE, error = TRUE, message = FALSE} ```{r schoolmaps, eval = TRUE, echo = TRUE, results = "show", warning = NA, error = TRUE, message = NA}
generate_school_maps <- function(district) { generate_school_maps <- function(district) {
message(paste("***", district, "School District |")) message(paste("***", district, "School District |"))
@ -398,7 +398,7 @@ generate_school_maps <- function(district) {
``` ```
## Generate the school maps ## Generate the school maps
```{r generatemaps, eval = TRUE, echo = TRUE, results = "show", warning = FALSE, error = TRUE, message = FALSE} ```{r generatemaps, eval = TRUE, echo = TRUE, results = "show", warning = NA, error = TRUE, message = NA}
i <- 0 i <- 0
if (run_parameters$parallel) { if (run_parameters$parallel) {
mclapply(district_focus, mclapply(district_focus,