get_humidity: Gets per-minute relative humidity readings in Singapore for...

Description Usage Arguments Details Value Examples

Description

Returns a dataframe of per-minute relative humidity readings for specified dates for various weather stations in Singapore.

Usage

1
get_humidity(from, to)

Arguments

from

Starting date. Must be a character string, in "YYYY-MM-DD" format.

to

Final date, inclusive. Must be a character string, in "YYYY-MM-DD" format.

Details

User inputs a starting and final date. Per-minute relative humidity readings are then given for all dates from the starting date to the final date, inclusive. Relative humidity is expressed as percentage. Data is provided for up to 16 weather stations across Singapore, depending on availability of data. To obtain location of weather stations, use function get_weatherstns.

Value

Per-minute relative humidity readings in Singapore for various weather stations.

Examples

1
get_humidity("2017-12-31", "2018-01-04")

andrew-loh/neaSG documentation built on May 30, 2019, 1:36 p.m.