forked from us-bea/bea.R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.48 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
49
50
51
Package: bea.R
Title: Bureau of Economic Analysis API
Version: 1.0.6
Authors@R: c(person("Andrea", "Batch", role = c("aut", "cre"),
email = c("[email protected]")),
person("Jeff", "Chen", role = "ctb"),
person("Walt", "Kampas", role = "ctb"))
Author: Andrea Batch [aut, cre],
Jeff Chen [ctb],
Walt Kampas [ctb]
Depends:
R (>= 3.2.1),
data.table
Imports:
httr,
DT,
shiny,
jsonlite,
googleVis,
shinydashboard,
ggplot2,
stringr,
chron,
gtable,
scales,
htmltools,
httpuv,
xtable,
stringi,
magrittr,
htmlwidgets,
Rcpp,
munsell,
colorspace,
plyr,
yaml
Description: Provides an R interface for the Bureau of Economic Analysis (BEA)
API (see <http://www.bea.gov/API/bea_web_service_api_user_guide.htm> for
more information) that serves two core purposes -
1. To Extract/Transform/Load data [beaGet()] from the BEA API as R-friendly
formats in the user's work space [transformation done by default in beaGet()
can be modified using optional parameters; see, too, bea2List(), bea2Tab()].
2. To enable the search of descriptive meta data [beaSearch()].
Other features of the library exist mainly as intermediate methods
or are in early stages of development.
Important Note - You must have an API key to use this library.
Register for a key at <http://www.bea.gov/API/signup/index.cfm> .
URL: https://github.com/us-bea/bea.R
License: CC0
LazyData: no
RoxygenNote: 6.0.1