-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
48 lines (48 loc) · 1.62 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: eia
Title: API Wrapper for U.S. Energy Information Administration ('EIA') Open Data
Version: 0.4.2
Authors@R:
c(person(
given = "Matthew",
family = "Leonawicz",
role = "aut",
comment = c(ORCID = "0000-0001-9452-2771")
),
person(
given = "Matthew",
family = "Hoff",
role = c("aut", "cre"),
email = "[email protected]"
)
)
Description: Provides API access to data from the U.S. Energy Information Administration ('EIA') <https://www.eia.gov/>.
Use of the EIA's API and this package requires a free API key obtainable at <https://www.eia.gov/opendata/register.php>.
This package includes functions for searching the EIA data directory and returning time series and geoset time series datasets.
Datasets returned by these functions are provided by default in a tidy format, or alternatively, in more raw formats.
It also offers helper functions for working with EIA date strings and time formats and for inspecting different summaries of series metadata.
The package also provides control over API key storage and caching of API request results.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/eia/, https://github.com/ropensci/eia
BugReports: https://github.com/ropensci/eia/issues
Imports:
tibble,
httr,
jsonlite,
memoise,
lubridate
Suggests:
testthat (>= 3.0.0),
knitr,
covr,
rmarkdown,
dplyr,
tidyr,
ggplot2,
spelling
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1