File: runExample.Rd

package info (click to toggle)
r-cran-colourpicker 1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,620 kB
  • sloc: makefile: 13; sh: 3
file content (20 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/runExample.R
\name{runExample}
\alias{runExample}
\title{Run a colourpicker example}
\usage{
runExample()
}
\description{
Launch a \code{colourpicker} example Shiny app that shows how to use the
\code{colourInput} control. \cr
The example is also
\href{http://daattali.com/shiny/colourInput/}{available online}.
}
\examples{
## Only run this example in interactive R sessions
if (interactive()) {
  runExample()
}
}