get_UV: Gets UV levels in Singapore for specified set of dates.

Description Usage Arguments Details Value Examples

Description

Returns a dataframe of UV levels for dates between starting and final date.

Usage

1
get_UV(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. UV levels are then given for all dates from the starting date to the final date, inclusive. Data is available for when the sun is up - from 0700 to 1900hrs.

Value

UV levels in Singapore for dates between starting and final date.

Examples

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

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