Description Usage Arguments Value Examples
View source: R/api_call_countries.R
Function accesses the Stat-Xplore API and returns country and UK city data for the latest quarter
1 2 | api_call_tables(start_date = "2017-03-01", end_date, apiKey,
verbose = FALSE)
|
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 |
class containing data and other attributes useful for plotting
1 | ## Not run: eu_non_eu_total("2002-03-01", "2018-12-01", "quarter", 3, TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.