Code
%>%
main_macro arrange(-(dataset == "SNA_TABLE6A")) %>%
mutate(Title = read_lines(paste0("~/Library/Mobile\ Documents/com~apple~CloudDocs/website/data/", source, "/",dataset, ".qmd"), skip = 1, n_max = 1) %>% gsub("title: ", "", .) %>% gsub("\"", "", .)) %>%
mutate(Download = as.Date(file.info(paste0("~/Library/Mobile\ Documents/com~apple~CloudDocs/website/data/", source, "/", dataset, ".RData"))$mtime),
Compile = as.Date(file.info(paste0("~/Library/Mobile\ Documents/com~apple~CloudDocs/website/data/", source, "/", dataset, ".html"))$mtime)) %>%
mutate(Compile = paste0("[", Compile, "](https://fgeerolf.com/data/", source, "/", dataset, '.html)')) %>%
print_table_conditional_30()
source | dataset | Title | Download | Compile |
---|---|---|---|---|
oecd | SNA_TABLE6A | Value added and its components by activity, ISIC rev4 | 2024-06-30 | [2024-07-01] |
eurostat | nama_10_a10 | Gross value added and income by A*10 industry breakdowns | 2024-06-30 | [2024-06-23] |
eurostat | nama_10_a10_e | Employment by A*10 industry breakdowns | 2024-06-30 | [2024-07-01] |
eurostat | nama_10_gdp | GDP and main components (output, expenditure and income) | 2024-06-30 | [2024-06-24] |
eurostat | nama_10_lp_ulc | Labour productivity and unit labour costs | 2024-06-30 | [2024-06-24] |
eurostat | namq_10_a10 | Gross value added and income A*10 industry breakdowns | 2024-06-30 | [2024-06-24] |
eurostat | namq_10_a10_e | Employment A*10 industry breakdowns | 2024-06-30 | [2024-06-24] |
eurostat | namq_10_gdp | GDP and main components (output, expenditure and income) | 2024-06-30 | [2024-06-24] |
eurostat | namq_10_lp_ulc | Labour productivity and unit labour costs | 2024-06-30 | [2024-06-24] |
eurostat | namq_10_pc | Main GDP aggregates per capita | 2024-06-30 | [2024-06-24] |
eurostat | nasa_10_nf_tr | Non-financial transactions | 2024-06-30 | [2024-06-24] |
eurostat | nasq_10_nf_tr | Non-financial transactions | 2024-06-30 | [2024-06-24] |
fred | gdp | Gross Domestic Product | 2024-06-30 | [2024-06-30] |
oecd | QNA | Quarterly National Accounts, Per Capita | 2024-06-30 | [2024-06-06] |
oecd | SNA_TABLE1 | Gross domestic product (GDP) | 2024-06-30 | [2024-07-01] |
oecd | SNA_TABLE14A | Non-financial accounts by sectors | 2024-06-30 | [2024-07-01] |
oecd | SNA_TABLE2 | Disposable income and net lending - net borrowing | 2024-04-11 | [2024-07-01] |
wdi | NE.RSB.GNFS.ZS | External balance on goods and services (% of GDP) | 2024-04-14 | [2024-06-20] |
wdi | NY.GDP.MKTP.CD | GDP (current USD) | 2024-05-06 | [2024-06-20] |
wdi | NY.GDP.MKTP.PP.CD | GDP, PPP (current international D) | 2024-04-14 | [2024-06-20] |
wdi | NY.GDP.PCAP.CD | GDP per capita (current USD) | 2024-04-22 | [2024-06-20] |
wdi | NY.GDP.PCAP.KD | GDP per capita (constant 2015 USD) | 2024-05-06 | [2024-06-20] |
wdi | NY.GDP.PCAP.PP.CD | GDP per capita, PPP (current international D) | 2024-04-22 | [2024-06-20] |
wdi | NY.GDP.PCAP.PP.KD | GDP per capita, PPP (constant 2011 international D) | 2024-05-06 | [2024-06-20] |