get_airtemp: Gets per-minute air temperature readings in Singapore for...

Description Usage Arguments Details Value Examples

Description

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

Usage

1
get_airtemp(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 air temperature readings are then given for all dates from the starting date to the final date, inclusive. Temperature is in degrees Celsius. 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 air temperature readings in Singapore for various weather stations.

Examples

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

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