Description Usage Arguments Value Source Examples
View source: R/eu_non_eu_total.R
Function accesses the Stat-Xplore API and returns data relating to Nino Registrations from the EU and outside the EU. This data is used to construct a time series graph of these registrations over time.
1 2 | eu_non_eu_total(start_date, end_date, frequency, get_countries = FALSE,
verbose = FALSE, apiKey = NULL)
|
start_date |
start date of data we want: month must be one of 3,6,9,12 so "2017-03-01" is valid "2017-01-01" is not |
end_date |
what date do we want data until |
frequency |
One of quarter, month, annual |
get_countries |
if TRUE will get all nationalities, used for top 5 table in publication. |
verbose |
if true, it will return information sent to the Stat-Xplore server. |
apiKey |
apiKey for stat-xplore: you will need to create an account to generate a key |
class containing data and other attributes useful for plotting
https://stat-xplore.dwp.gov.uk/webapi/jsf/login.xhtml
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.