getPMbylatlon: get real-time PM2.5 level near a latitude and longitude

Description Usage Arguments Value Examples

View source: R/getPMbylatlon.R

Description

query real-time PM2.5 level at the station closest to a latitude and longitude. return a tibble containing Pm2.5 level, station location, local and UTC time

Usage

1
getPMbylatlon(lat, lon)

Arguments

lat

latitude

lon

longitude

Value

tibble

Examples

1
## Not run: getPMbylatlon(37.774929, -122.419416) ##require personal token

jinhuali/globalPM25 documentation built on May 19, 2019, 7:16 a.m.