File: colourpicker-package.R

package info (click to toggle)
r-cran-colourpicker 1.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,548 kB
  • sloc: javascript: 1,490; makefile: 13; sh: 3
file content (11 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#' colourpicker
#'
#' A colour picker tool for Shiny and for selecting colours in plots
#'
#' A colour picker that can be used as an input in Shiny apps or Rmarkdown documents. The colour picker supports alpha opacity, custom colour palettes, and many more options. A Plot Colour Helper tool is available as an RStudio Addin, which helps you pick colours to use in your plots. A more generic Colour Picker RStudio Addin is also provided to let you select colours to use in your R code.
#'
#' View the \href{https://github.com/daattali/colourpicker}{full README} for more details
#' and to see demos.
#' @docType package
#' @name colourpicker-package
NULL