api_call_tables: api_call_tables

Description Usage Arguments Value Examples

View source: R/api_call_countries.R

Description

Function accesses the Stat-Xplore API and returns country and UK city data for the latest quarter

Usage

1
2
api_call_tables(start_date = "2017-03-01", end_date, apiKey,
  verbose = FALSE)

Arguments

start_date

start date of data we want

end_date

what date do we want data until

apiKey

apiKey for stat-xplore: you will need to create an account to generate a key.

verbose

if true, it will return information sent to the Stat-Xplore server.

frequency

One of quarter, month, annual

Value

class containing data and other attributes useful for plotting

Examples

1
## Not run: eu_non_eu_total("2002-03-01", "2018-12-01", "quarter", 3, TRUE)

DFoly/ninorap documentation built on Aug. 15, 2019, 12:52 a.m.