Skip to content

Commit

Permalink
Update R/optionalInput.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
Signed-off-by: kartikeya kirar <[email protected]>
  • Loading branch information
kartikeyakirar and m7pr authored Mar 14, 2024
1 parent 38c4386 commit a459e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/optionalInput.R
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ extract_raw_choices <- function(choices, sep) {
#' input widgets that provide only a single choice.
#'
#' @inheritParams shiny::sliderInput
#' @param label_help (`shiny.tag`) optional,\cr
#' an object of class `shiny.tag`. E.g. an object returned by [shiny::helpText()]
#' @param label_help (`shiny.tag`) optional\cr
#' object of class `shiny.tag`, e.g. an object returned by [shiny::helpText()]
#' @param ... optional, arguments to `sliderInput`
#'
#' @return (`shiny.tag`) HTML tag with `sliderInput` widget.
Expand Down

0 comments on commit a459e0e

Please sign in to comment.