colourPicker: Colour picker gadget (DEPRECATED)

Description Usage Arguments Value Note Examples

Description

This gadget lets you choose colours easily. You can select multiple colours, and you can either choose any RGB colour, or browse through R colours.
As of August 2016, this function is being deprecated and has moved to the colourpicker package. Please use the colourpicker package in the future.

Usage

1
colourPicker(numCols = 1)

Arguments

numCols

The number of colours to select when the gadget launches (you can add and remove more colours from the app itself too)

Value

Vector of selected colours

Note

This gadget returns a vector of colours that can be assigned to a variable. If instead you want to get a text representation of the colours that can embedded into code, use the addin from the RStudio Addins menu.

Examples

1
2
3
if (interactive()) {
  cols <- colourPicker(3)
}

YTLogos/shinyjs documentation built on May 21, 2019, 1:41 a.m.