R/defunct-colourInput.R

Defines functions colourPicker updateColourInput colourInput

Documented in colourInput colourPicker updateColourInput

#' @rdname shinyjs-defunct
#' @export
#' @keywords internal
colourInput <- function(...) {
  .Defunct("colourInput", package = "colourpicker",
           msg = "colourInput() has been moved to the 'colourpicker' package.")
}

#' @rdname shinyjs-defunct
#' @export
#' @keywords internal
updateColourInput <- function(...) {
  .Defunct("updateColourInput", package = "colourpicker",
           msg = "updateColourInput() has been moved to the 'colourpicker' package.")
}

#' @rdname shinyjs-defunct
#' @export
#' @keywords internal
colourPicker <- function(...) {
  .Defunct("colourPicker", package = "colourpicker",
           msg = "colourPicker() has been moved to the 'colourpicker' package.")
}

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.