R/shinyjs.R

#' shinyjs
#'
#' Easily improve the user experience of your Shiny apps in seconds
#'
#' \code{shinyjs} lets you perform common JavaScript operations that enhance the user experience in
#' applications without having to know any JavaScript. Examples include: hiding an
#' element, disabling an input, resetting an input back to its original value,
#' delaying code execution by a few seconds, and many more useful functions.
#' \code{shinyjs} also includes a colour picker widget, a colour picker RStudio
#' addin, and can also be used to easily run your own custom JavaScript functions
#' from R.
#'
#' View the \href{https://deanattali.com/shinyjs/}{shinyjs website} for more details
#' and to see a demo.
#' @docType package
#' @name shinyjs
NULL

#' Defunct functions in shinyjs
#'
#' \itemize{
#'   \item{\bold{colourInput()}} {Moved to the \code{colourpicker} package.}
#'   \item{\bold{updateColourInput()}} {Moved to the \code{colourpicker} package.}
#'   \item{\bold{colourPicker()}} {Moved to the \code{colourpicker} package.}
#' }
#'
#' @name shinyjs-defunct
NULL

Try the shinyjs package in your browser

Any scripts or data that you put into this service are public.

shinyjs documentation built on Dec. 23, 2021, 5:06 p.m.