get_te_data: show economic indicators from tradingeconomics.com

Description Usage Arguments Value Author(s) Examples

View source: R/get_te_data.R

Description

show economic indicators from tradingeconomics.com

Usage

1
get_te_data(indicator = "gdp-per-capita")

Arguments

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

Value

df data

Author(s)

lgm

Examples

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')

Gabegit/gmdata documentation built on May 6, 2019, 5:32 p.m.