-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1016 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: PurpleAir
Title: Query the 'PurpleAir' Application Programming Interface
Version: 1.0.1
Authors@R:
person("Cole", "Brokamp", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0289-3151"))
Description: Send requests to the 'PurpleAir' Application Programming Interface (API; <https://community.purpleair.com/c/data/api/18>). Check a 'PurpleAir' API key and get information about the related organization. Download real-time data from a single 'PurpleAir' sensor or many sensors by sensor identifier, geographical bounding box, or time since modified. Download historical data from a single sensor.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
sf,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/cole-brokamp/PurpleAir
BugReports: https://github.com/cole-brokamp/PurpleAir/issues
Imports:
httr2,
purrr,
tibble,
rlang,
cli,
dplyr,
glue