View source: R/eu_composition.R
subset_to_eu | R Documentation |
Return all EU observations for a particular date
subset_to_eu(
x,
date = NA,
country_id_var = attr(x, "country_id_var"),
country_id_linktable = NA
)
x |
the dataset to subset |
date |
specified date for EU composition |
country_id_var |
name of the country id variable in x |
- implement linktable country id handling (incl. varying id_vars for x and linktable?) - add option to subset to eu when only supplying party_id (link and then use parlgov to obtain country_id and call recursive?)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.