Learn R Programming

interactiveDisplayBase (version 1.10.3)

display: display: Open a Shiny application for a Bioconductor object

Description

This opens a shiny visualization application in the browser based on the submitted object.

Usage

display(object, ...)

Arguments

object
data object to display
...
additional arguments passed to methods; currently unused.

Value

  • Usually some variation of the initial input object, but it may be altered by the display widget (subset for example).

See Also

http://bioconductor.org/packages/2.13/bioc/html/interactiveDisplayBase.html

Examples

Run this code
if(interactive()) {

## draw a data.frame
display(mtcars)

## subset a data.frame:
mtcars2 <- display(mtcars)

}

Run the code above in your browser using DataLab