You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add dplyr, ggplot2 (or tidyverse) to 00_load_dependencies.R
source("code/utils/00_load_dependencies.R") still doesn't work out of the box for me. the rmd file is located in the code folder and that is getting set as the working directory. can change to source("utils/00_load_dependencies.R") or source("../code/utils/00_load_dependencies.R"). But I'm having the problem for all file paths loading and writing.
01_litigations_lead.rmd line 74: there is no existing lead_lit_cd variable
01_violations_lead.rmd line 16: the data file data/lead_data_hmcv_4_11_23.csv doesn't exist
01_violations_lead.rmd line 52: the data file data/City Council Districts/ doesn't exist. Also if using a downloaded file just make sure to put in readme where the file was downloaded from.
The text was updated successfully, but these errors were encountered:
source("code/utils/00_load_dependencies.R")
still doesn't work out of the box for me. the rmd file is located in the code folder and that is getting set as the working directory. can change tosource("utils/00_load_dependencies.R")
orsource("../code/utils/00_load_dependencies.R")
. But I'm having the problem for all file paths loading and writing.data/lead_data_hmcv_4_11_23.csv
doesn't existdata/City Council Districts/
doesn't exist. Also if using a downloaded file just make sure to put in readme where the file was downloaded from.The text was updated successfully, but these errors were encountered: