show_theme_rounds: Return available rounds for a theme in the European Social...

Description Usage Arguments Value Examples

View source: R/show_any_rounds.R

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

1

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

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