Skip to content

Commit

Permalink
quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao committed Jul 24, 2024
1 parent 9157a10 commit ae7a97d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Temp_GCAMFAOSTAT_GDP.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
devtools::load_all()

# down raw data
FF_rawdata_info(DATASETCODE = "MK",DOWNLOAD_NONEXIST = TRUE, FAOSTAT_or_Archive = "FAOSTAT")
# FF_rawdata_info(DATASETCODE = "MK",DOWNLOAD_NONEXIST = TRUE, FAOSTAT_or_Archive = "FAOSTAT")


Curr_Envir <- environment()
Expand Down Expand Up @@ -38,6 +38,7 @@ MK %>% filter(#area_code %in% QCL_area_code,
unit) %>%
rm_accent("item", "area") %>%
filter(area_code < 350) %>%
FAO_AREA_DISAGGREGATE_HIST_DISSOLUTION_ALL(SUDAN2012_MERGE = T) %>%
spread(year, value)-> GCAMFAOSTAT_GDP

GCAMFAOSTAT_GDP %>% distinct(area_code) %>% pull
Expand Down

0 comments on commit ae7a97d

Please sign in to comment.