weather_data_NC: Getting the wheather from the NC

Description Usage Arguments Value

View source: R/functions.R

Description

This function fetches data from the IDAEM API

This function fetches data from the IDAEM API

Usage

1
2
3

Arguments

q

the query for the weather api in qls; q = 'SELECT mean("temp") as temp,mean("hum") as hum, difference(mean("rain")) as rain, mean("windv") as wind FROM /^DL00011$/ WHERE time >= now() - 24d GROUP BY time(1h) fill(none)'

Value

The data frame with the weather

The data frame with the weather


drunita/mr-model documentation built on Dec. 20, 2021, 1:20 a.m.