# TODO: Add comment
#
# Author: ecor
###############################################################################
library(MeteoDataTrentino)
source('/home/ecor/Dropbox/R-packages/MeteoDataTrentino/R/getMeteo.R')
metadata <- getMetaDataTrentino(return.type="list")
nn <- names(metadata)[!(names(metadata) %in% c("T0365"))]
nn <- "T0094" ###"T0154"
#' # Please uncomment the following run to run the command
data <- getMeteoDataTrentino(station=metadata[[nn]])
#' #
#' ## T0363
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.