Learn R Programming

ShinyDash (version 0.0.1)

weatherWidgetOutput: Create an arbitrary HTML widget

Description

A port of David Underwood's weather widget for Dashing: https://gist.github.com/davefp/4990174

Usage

weatherWidgetOutput(outputId, width, height)

Arguments

outputId
output variable which will be used in addressing from the server
width
Graph width. Must be a valid CSS unit (like "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended.
height
Graph height Must be a valid CSS unit (like "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended.

See Also

renderWeather