Rdocumentation
powered by
Learn R Programming
ShinyDash (version 0.0.1)
renderWeather: Download and parse weather for a weatherWidgetOutput element
Description
Download and parse weather for a weatherWidgetOutput element
Usage
renderWeather(woeid = 3369, units = "f", refresh = 15, session)
Arguments
woeid
The "Where On Earth" ID of the location you want to monitor. You can look up this ID at
http://woeid.rosselliot.co.nz
.
units
The temperature scale to use. "f" for Fahrenheit or "c" for Celsius.
refresh
the frequency (in minutes) to use when refreshing the widget.
session
The session in which this reactive function is operating.
See Also
weatherWidgetOutput