Code
%>%
energy 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()
source | dataset | Title | Download | Compile |
---|---|---|---|---|
ec | WOB | Weekly Oil Bulletin | 2024-01-03 | [2024-06-19] |
eurostat | ei_isen_m | Energy - monthly data | 2024-06-08 | [2024-06-20] |
eurostat | nrg_bal_c | Complete energy balances | 2024-06-08 | [2023-12-31] |
eurostat | nrg_pc_202 | Gas prices for household consumers - bi-annual data (from 2007 onwards) | 2024-06-08 | [2024-06-20] |
eurostat | nrg_pc_203 | Gas prices for non-household consumers - bi-annual data (from 2007 onwards) | 2024-06-07 | [2023-06-11] |
eurostat | nrg_pc_203_c | Gas prices components for non-household consumers - annual data | 2024-06-08 | [2024-06-20] |
eurostat | nrg_pc_203_h | Gas prices for industrial consumers - bi-annual data (until 2007) | 2024-06-18 | [2024-06-20] |
eurostat | nrg_pc_203_v | Non-household consumption volumes of gas by consumption bands | 2024-06-08 | [2024-06-20] |
eurostat | nrg_pc_204 | Electricity prices for household consumers - bi-annual data (from 2007 onwards) | 2024-06-18 | [2024-06-20] |
eurostat | nrg_pc_205 | Electricity prices for non-household consumers - bi-annual data (from 2007 onwards) | 2024-06-08 | [2023-06-11] |
fred | energy | Energy | 2024-06-07 | [2024-06-20] |
iea | world_energy_balances_highlights_2022 | World Energy Balances Highlights (2022 edition) | 2023-04-24 | [2024-06-20] |
wb | CMO | World Bank Commodity Price Data (The Pink Sheet) | 2024-05-23 | [2024-06-20] |
wdi | EG.GDP.PUSE.KO.PP.KD | GDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent) | 2024-04-14 | [2024-06-20] |
wdi | EG.USE.PCAP.KG.OE | Energy use (kg of oil equivalent per capita) | 2024-04-14 | [2024-06-20] |
yahoo | energy | Energy | 2024-05-27 | [2024-06-20] |