View source: R/utility_tools.R
setWUstation | R Documentation |
Set primary and secondary meteorological stations associated with one or more cities of the same state
setWUstation(st, UF, datasource = con)
st |
data.frame containing municipio_geocodigo, primary_station, secondary_station |
UF |
name of the state.Ex. "Rio de Janeiro" |
senha |
for the connection to the project database |
NOT RUN
wudata = data.frame(municipio_geocodigo = 3107802, primary_station = "SBIP",
secondary_station = "SBGV")
setWUstation(wudata, UF = "Minas Gerais")
getWUstation(cities =wudata$municipio_geocodigo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.