Description Usage Arguments Value Examples
View source: R/show_any_rounds.R
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.
1 | show_theme_rounds(theme)
|
theme |
A character of length 1 with the full name of the theme.
Use |
numeric vector with available rounds for country
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.