Learn R Programming

aiRly (version 0.1.0)

get_point_measurements: Get Airly measurements for any geographical location

Description

Endpoint returns measurements for any geographical location

Usage

get_point_measurements(lat, lng)

Arguments

lat

latitude as decimal degree

lng

longitude as decimal degree

Value

object of airly_measurements class

Examples

Run this code
# NOT RUN {
get_point_measurements(50.11670, 19.91429)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab