Skip to content

Commit

Permalink
quick export update
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao committed Jul 24, 2024
1 parent d519903 commit 507efbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Temp_GCAMFAOSTAT_GDP.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ MK %>% filter(#area_code %in% QCL_area_code,
rm_accent("item", "area") %>%
filter(area_code < 350) %>%
FAO_AREA_DISAGGREGATE_HIST_DISSOLUTION_ALL(SUDAN2012_MERGE = T) %>%
# area_code_Belgium_Luxembourg had been separated in the data for before 2000
# so remove na
filter(!is.na(year)) %>%
spread(year, value)-> GCAMFAOSTAT_GDP


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

output_csv_data(
Expand Down

0 comments on commit 507efbd

Please sign in to comment.