Skip to contents

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


if (FALSE) {
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")

}