Skip to content

Commit

Permalink
updated file path for ILO data
Browse files Browse the repository at this point in the history
  • Loading branch information
annaramji committed Jul 1, 2024
1 parent c38cfe3 commit bed0bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globalprep/le/v2024/livelihood_dataprep.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ region_names <- read_csv("https://raw.githubusercontent.com/OHI-Science/ohi-glob
# ILO wage data ----
# define file path to ILO wage data
ilo_fp <- file.path(dir_M,
"git-annex/globalprep/_raw_data/UNWTO/d2024/EAR_4MTH_SEX_ECO_CUR_NB_A-filtered-2024-06-28.csv")
"git-annex/globalprep/_raw_data/ILOSTAT/d2024/EAR_4MTH_SEX_ECO_CUR_NB_A-filtered-2024-06-28.csv")
# read in ILO wage data
ilo_wage_data <- read_csv(ilo_fp)
Expand Down

0 comments on commit bed0bf3

Please sign in to comment.