From a459e0e2658e69441e32704b0958111757f3b18e Mon Sep 17 00:00:00 2001 From: kartikeya kirar Date: Thu, 14 Mar 2024 17:18:35 +0530 Subject: [PATCH] Update R/optionalInput.R Co-authored-by: Marcin <133694481+m7pr@users.noreply.github.com> Signed-off-by: kartikeya kirar --- R/optionalInput.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/optionalInput.R b/R/optionalInput.R index 2e0ce290..ae3f8693 100644 --- a/R/optionalInput.R +++ b/R/optionalInput.R @@ -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.