show_sddf_cntrounds: Return available SDDF rounds for a country in the European...

Description Usage Arguments Details Value Examples

View source: R/show_sddf_cntrounds.R

Description

Return available SDDF rounds for a country in the European Social Survey

Usage

1
show_sddf_cntrounds(country, ess_email = NULL)

Arguments

country

A character of length 1 with the full name of the country. Use show_countries for a list of available countries.

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 set_email.

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

1
2
3
4
5
6
## Not run: 
set_email("your_email@email.com")

show_sddf_cntrounds("Spain")

## End(Not run)

ropensci/essurvey documentation built on Jan. 10, 2022, 3:20 p.m.