Description Usage Arguments Details Value Examples
View source: R/show_sddf_cntrounds.R
Return available SDDF rounds for a country in the European Social Survey
1 | show_sddf_cntrounds(country, ess_email = NULL)
|
country |
A character of length 1 with the full name of the country.
Use |
ess_email |
a character vector with your email, such as "your_email@email.com".
If you haven't registered in the ESS website, create an account at
http://www.europeansocialsurvey.org/user/new. A preferred method is to login
through |
SDDF data are the equivalent weight data used to analyze the European Social Survey
properly. For more information, see the details section of import_sddf_country
.
As an exception to the show_*
family of functions, show_sddf rounds
needs your ESS email to check which rounds are available. Be sure to add it
with set_email
.
numeric vector with available rounds for country
1 2 3 4 5 6 | ## Not run:
set_email("your_email@email.com")
show_sddf_cntrounds("Spain")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.