Description Objects from the Class Slots Examples
Weather data
Objects can be created by calls of the form new("Weather", ...), or with the helper functions such as weather.
Slots of Weather objects
data:data.frame with the weather data
ID:character
name:character
country:character
longitude:numeric
latitude:numeric
elevation:numeric
1 | showClass("Weather")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.