show_sddf_cntrounds {essurvey} | R Documentation |
Return available SDDF rounds for a country in the European Social Survey
Description
Return available SDDF rounds for a country in the European Social Survey
Usage
show_sddf_cntrounds(country, ess_email = NULL)
Arguments
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 |
Details
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
.
Value
numeric vector with available rounds for country
Examples
## Not run:
set_email("your_email@email.com")
show_sddf_cntrounds("Spain")
## End(Not run)