show_theme_rounds {essurvey}R Documentation

Return available rounds for a theme in the European Social Survey

Description

This function returns the available rounds for any theme from show_themes. However, contrary to show_country_rounds themes can not be downloaded as separate datasets. This and the show_themes function serve purely for informative purposes.

Usage

show_theme_rounds(theme)

Arguments

theme

A character of length 1 with the full name of the theme. Use show_themesfor a list of available themes.

Value

numeric vector with available rounds for country

Examples


## Not run: 
chosen_theme <- show_themes()[3]

# In which rounds was the topic of 'Democracy' asked?
show_theme_rounds(chosen_theme)

# And politics?
show_theme_rounds("Politics")


## End(Not run)


[Package essurvey version 1.0.8 Index]