Return available rounds for a theme in the European Social Survey
Source:R/show_any_rounds.R
show_theme_rounds.Rd
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.
Arguments
- theme
A character of length 1 with the full name of the theme. Use
show_themes
for a list of available themes.
Examples
if (FALSE) { # \dontrun{
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")
} # }