Description Usage Arguments Value Author(s) Examples
show economic indicators from tradingeconomics.com
1 | get_te_data(indicator = "gdp-per-capita")
|
indicator |
use 'search_te_indicator()' to search the relative indicators. Several important indicators are: gdp, gdp-per-capita,money-supply-m2,interbank-rate |
showall |
a switch whether to show all indicators from the website or not |
df data
lgm
1 2 3 4 5 6 | search_te_indicator('gdp')
#[1] "government-debt-to-gdp" "households-debt-to-gdp" "private-debt-to-gdp" "gdp"
#[5] "gdp-annual-growth-rate" "gdp-growth-rate" "gdp-per-capita" "gdp-per-capita-ppp"
#[9] "gdp-constant-prices" "gdp-deflator" "current-account-to-gdp"
get_te_data('gdp')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.