adjusted where the html file is saved

This commit is contained in:
Ben Varick 2024-10-29 13:35:51 -05:00
parent f5897c8b4c
commit 027d2b6f5d
Signed by: ben
SSH Key Fingerprint: SHA256:758jG979jvr5HnQJl1AQ/NYTyzXRgnuoVM/yCR024sE
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
route_analysis: R/route_analysis.Rmd
R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "~/route_analysis/", output_dir = "~/route_analysis/html", input = "./R/route_analysis.Rmd", output_file = "./html/route_analysis.html")'
R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "./", output_dir = "./html", input = "./R/route_analysis.Rmd", output_file = "./html/route_analysis.html")'
clean: clean-data clean-figure clean-script

View File

@ -106,7 +106,7 @@ ggmap(basemap) +
x = NULL,
y = NULL,
color = NULL,
linewidth = "How many students can use road") +
linewidth = "How many students would use road") +
theme(axis.text=element_blank(),
axis.ticks=element_blank(),
plot.caption = element_text(color = "grey")) +
@ -154,7 +154,7 @@ ggmap(basemap) +
x = NULL,
y = NULL,
color = NULL,
linewidth = "How many students can use road") +
linewidth = "How many students would use road") +
theme(axis.text=element_blank(),
axis.ticks=element_blank(),
plot.caption = element_text(color = "grey")) +