View source: R/test_elements.R
make_ui_month_and_year_select | R Documentation |
Creates HTML code for month and year selectboxes.
make_ui_month_and_year_select(
label,
hide = FALSE,
id = "response_ui",
min_year = 1930,
max_year = 2013,
show_month = TRUE
)
label |
Label for the current page (character scalar). |
hide |
Whether the checkboxes should be hidden (possibly to be shown later). |
id |
HTML ID for the div containing the checkboxes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.