shiny (version 0.9.1)

imageOutput: Create a image output element

Description

Render a renderImage within an application page.

Usage

imageOutput(outputId, width = "100%", height = "400px")

Arguments

Value

An image output element that can be included in a panel

Examples

Run this code
# Show an image
mainPanel(
  imageOutput("dataImage")
)

Run the code above in your browser using DataCamp Workspace