Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
511308b
Rename to bea.R + update to CRAN published v1.0.0
DreaJulca Dec 7, 2016
de33aa8
Add files via upload
DreaJulca Dec 7, 2016
7947eb4
Bug fix - bea2Tab + beaUpdateMetadata
DreaJulca Jan 25, 2017
d3df5ff
Update README.md
DreaJulca May 4, 2017
e110882
Update README.md
DreaJulca May 4, 2017
c91b4e1
Fixed beaSearch
DreaJulca Jul 12, 2017
0656230
Update README.md
DreaJulca Jul 14, 2017
80cdc04
Patch v1.0.3
DreaJulca Sep 13, 2017
7659360
Patch v1.0.4
DreaJulca Dec 7, 2017
7f072af
Patch for change in NIPA GET params
DreaJulca Feb 23, 2018
48e7472
Handle difference in FixedAssets vs other National
DreaJulca Feb 23, 2018
e7295f9
Add 1.0.5 patch note, change examples
DreaJulca Feb 23, 2018
2c49d92
Update README.md
DreaJulca Feb 23, 2018
386ecd6
Update README.md
DreaJulca Feb 23, 2018
ff6d0ef
Update DNS
DreaJulca Feb 23, 2018
efd5223
Patch v1.0.6
DreaJulca Feb 23, 2018
f6b8d79
Update README.md
DreaJulca Mar 14, 2018
a353bef
Update README.md
DreaJulca Mar 14, 2018
2f44be2
Update README.md
DreaJulca Mar 14, 2018
e789182
Update README.md
DreaJulca Mar 14, 2018
ff6fc77
Update README.md
DreaJulca Mar 14, 2018
d2cddaf
Update README.md
DreaJulca Mar 14, 2018
6c4300c
Update README.md
DreaJulca Mar 14, 2018
7f4d069
Update README.md
DreaJulca Mar 14, 2018
3e0415e
Update to handle modified response data structure in beaGet, general …
DreaJulca Jan 31, 2025
840b7eb
Clean up a little.
DreaJulca Jan 31, 2025
ff8e766
Update documentation.
DreaJulca Jan 31, 2025
3910e6f
Update documentation.
DreaJulca Jan 31, 2025
0115682
update examples
DreaJulca Apr 1, 2025
c84342e
update to pass cran check
DreaJulca Apr 1, 2025
e11e096
Updated DESCRIPTION
DreaJulca Apr 3, 2025
1cceafe
update local metadata path
DreaJulca May 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^bea\.R\.Rproj$
^data-raw$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
70 changes: 32 additions & 38 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,51 +1,45 @@
Package: beaR
Title: R interface to the Bureau of Economic Analysis API
Version: 1.0.0
Authors@R: c(person("Andrea", "Julca", role = c("aut", "cre"),
email = c("Andrea.Julca@gmail.com", "Andrea.Julca@bea.gov")),
Package: bea.R
Title: Bureau of Economic Analysis API
Version: 1.1.0
Authors@R: c(person("Andrea", "Batch", role = c("aut", "cre"),
email = c("Andrea.Batch@bea.gov")),
person("Jeff", "Chen", role = "ctb"),
person("Walt", "Kampas", role = "ctb"))
Author: Andrea Julca [aut, cre],
Author: Andrea Batch [aut, cre],
Jeff Chen [ctb],
Walt Kampas [ctb]
Maintainer: Andrea Julca <Developers@bea.gov>
Maintainer: Andrea Batch <Andrea.Batch@bea.gov>
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: The beaR package is an R interface for the Bureau of Economic
Analysis (BEA) API that serves two core purposes -
1. To Extract/Transform/Load data [beaGet] from the BEA API as R-friendly
formats in the user's workspace [transformation done by default in beaGet
can be modified using optional params; see, too, bea2List, bea2Tab].
2. To enable the search of descriptive metadata [beaSearch].
jsonlite
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: http://www.bea.gov/API/bea_web_service_api_user_guide.htm
License: file LICENSE
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>.
As a note regarding the license:
Software code created by U.S. Government employees is not subject to
copyright in the United States (17 U.S.C. §105). The United States/
Department of Commerce reserve all rights to seek and obtain copyright
protection in countries other than the United States for Software authored
in its entirety by the Department of Commerce. To this end, the Department
of Commerce hereby grants to Recipient a royalty-free, nonexclusive license
to freely use, copy, distribute, and create derivative works of the Software
outside of the United States. The CC0 1.0 Universal License should be taken
to apply to this work inside and outside of the United States.
URL: https://github.com/us-bea/bea.R
License: CC0
LazyData: no
RoxygenNote: 5.0.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
14 changes: 14 additions & 0 deletions INDEX
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
bea2List Convert BEA API httr response payload to list
bea2Tab Convert BEA API httr response or list payload
to data.table
beaGet Pass list of user specifications (including API
key) to return data from BEA API.
beaParamVals Gives list of values possible for a given
dataset's parameters
beaParams Gives list of parameters possible for a given
dataset
beaSearch Search a selection of indexed BEA data table
names, series labels, and series codes.
beaSets Returns a list of all datasets
beaUpdateMetadata Download BEA metadata into library/data folder
if needed
219 changes: 112 additions & 107 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,130 +1,135 @@
---------------------------------------------------------------------------

LICENSE Note
---------------------------------------------------------------------------
Software code created by U.S. Government employees is not subject to
copyright in the United States (17 U.S.C. §105). The United States/
Department of Commerce reserve all rights to seek and obtain copyright
protection in countries other than the United States for Software authored
in its entirety by the Department of Commerce. To this end, the Department
of Commerce hereby grants to Recipient a royalty-free, nonexclusive license
to use, copy, and create derivative works of the Software outside of the
United States.

to freely use, copy, distribute, and create derivative works of the Software
outside of the United States. The CC0 1.0 Universal License should be taken
to apply to this work inside and outside of the United States.
---------------------------------------------------------------------------

Creative Commons Legal Code

CC0 1.0 Universal

CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.

Statement of Purpose

The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator and
subsequent owner(s) (each and all, an "owner") of an original work of
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").

Certain owners wish to permanently relinquish those rights to a Work for the
purpose of contributing to a commons of creative, cultural and scientific
works ("Commons") that the public can reliably and without fear of later
claims of infringement build upon, modify, incorporate in other works, reuse
and redistribute as freely as possible in any form whatsoever and for any
purposes, including without limitation commercial purposes. These owners may
contribute to the Commons to promote the ideal of a free culture and the
further production of creative, cultural and scientific works, or to gain
reputation or greater distribution for their Work in part through the use and
efforts of others.

For these and/or other purposes and motivations, and without any expectation
of additional consideration or compensation, the person associating CC0 with a
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
and publicly distribute the Work under its terms, with knowledge of his or her
Copyright and Related Rights in the Work and the meaning and intended legal
effect of CC0 on those rights.
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.

For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.

1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not limited
to, the following:

i. the right to reproduce, adapt, distribute, perform, display, communicate,
and translate a Work;

ii. moral rights retained by the original author(s) and/or performer(s);

iii. publicity and privacy rights pertaining to a person's image or likeness
depicted in a Work;

iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;

v. rights protecting the extraction, dissemination, use and reuse of data in
a Work;

vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation thereof,
including any amended or successor version of such directive); and

vii. other similar, equivalent or corresponding rights throughout the world
based on applicable law or treaty, and any national implementations thereof.

2. Waiver. To the greatest extent permitted by, but not in contravention of,
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
and Related Rights and associated claims and causes of action, whether now
known or unknown (including existing as well as future claims and causes of
action), in the Work (i) in all territories worldwide, (ii) for the maximum
duration provided by applicable law or treaty (including future time
extensions), (iii) in any current or future medium and for any number of
copies, and (iv) for any purpose whatsoever, including without limitation
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
the Waiver for the benefit of each member of the public at large and to the
detriment of Affirmer's heirs and successors, fully intending that such Waiver
shall not be subject to revocation, rescission, cancellation, termination, or
any other legal or equitable action to disrupt the quiet enjoyment of the Work
by the public as contemplated by Affirmer's express Statement of Purpose.

3. Public License Fallback. Should any part of the Waiver for any reason be
judged legally invalid or ineffective under applicable law, then the Waiver
shall be preserved to the maximum extent permitted taking into account
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
is so judged Affirmer hereby grants to each affected person a royalty-free,
non transferable, non sublicensable, non exclusive, irrevocable and
unconditional license to exercise Affirmer's Copyright and Related Rights in
the Work (i) in all territories worldwide, (ii) for the maximum duration
provided by applicable law or treaty (including future time extensions), (iii)
in any current or future medium and for any number of copies, and (iv) for any
purpose whatsoever, including without limitation commercial, advertising or
promotional purposes (the "License"). The License shall be deemed effective as
of the date CC0 was applied by Affirmer to the Work. Should any part of the
License for any reason be judged legally invalid or ineffective under
applicable law, such partial invalidity or ineffectiveness shall not
invalidate the remainder of the License, and in such case Affirmer hereby
affirms that he or she will not (i) exercise any of his or her remaining
Copyright and Related Rights in the Work or (ii) assert any associated claims
and causes of action with respect to the Work, in either case contrary to
Affirmer's express Statement of Purpose.
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:

i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.

2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.

3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.

4. Limitations and Disclaimers.

a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.

b. Affirmer offers the Work as-is and makes no representations or warranties
of any kind concerning the Work, express, implied, statutory or otherwise,
including without limitation warranties of title, merchantability, fitness
for a particular purpose, non infringement, or the absence of latent or
other defects, accuracy, or the present or absence of errors, whether or not
discoverable, all to the greatest extent permissible under applicable law.

c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without limitation
any person's Copyright and Related Rights in the Work. Further, Affirmer
disclaims responsibility for obtaining any necessary consents, permissions
or other rights required for any use of the Work.

d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to this
CC0 or use of the Work.

For more information, please see
<http://creativecommons.org/publicdomain/zero/1.0/>
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.
14 changes: 14 additions & 0 deletions LICENSE.note
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

---------------------------------------------------------------------------

Software code created by U.S. Government employees is not subject to
copyright in the United States (17 U.S.C. �105). The United States/
Department of Commerce reserve all rights to seek and obtain copyright
protection in countries other than the United States for Software authored
in its entirety by the Department of Commerce. To this end, the Department
of Commerce hereby grants to Recipient a royalty-free, nonexclusive license
to freely use, copy, distribute, and create derivative works of the Software
outside of the United States. The CC0 1.0 Universal License should be taken
to apply to this work inside and outside of the United States.

---------------------------------------------------------------------------
Binary file added Meta/Rd.rds
Binary file not shown.
Binary file added Meta/features.rds
Binary file not shown.
Binary file added Meta/hsearch.rds
Binary file not shown.
Binary file added Meta/links.rds
Binary file not shown.
Binary file added Meta/nsInfo.rds
Binary file not shown.
Binary file added Meta/package.rds
Binary file not shown.
6 changes: 0 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ export(beaParams)
export(beaSearch)
export(beaSets)
export(beaUpdateMetadata)
export(beaViz)
import(data.table)
import(ggplot2)
import(googleVis)
import(httr)
import(shiny)
import(shinydashboard)
import(stringr)
importFrom(DT,datatable)
importFrom(jsonlite,fromJSON)
Loading