make_ui_month_and_year_select: Make month and year selectboxes

View source: R/test_elements.R

make_ui_month_and_year_selectR Documentation

Make month and year selectboxes

Description

Creates HTML code for month and year selectboxes.

Usage

make_ui_month_and_year_select(
  label,
  hide = FALSE,
  id = "response_ui",
  min_year = 1930,
  max_year = 2013,
  show_month = TRUE
)

Arguments

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.


klausfrieler/psyquest documentation built on Feb. 24, 2025, 11:20 p.m.