Skip to content

Commit

Permalink
changed old hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
keberwein committed Jul 22, 2016
1 parent 0e4463f commit fd32b96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import(datasets)
import(ggplot2)
import(grDevices)
import(utils)
import(xts)
import(zoo)
importFrom(data.table,rbindlist)
importFrom(httr,POST)
importFrom(httr,content)
Expand All @@ -31,3 +29,7 @@ importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(xts,apply.yearly)
importFrom(xts,xts)
importFrom(zoo,coredata)
importFrom(zoo,index)
2 changes: 1 addition & 1 deletion vignettes/Pay_and_Benefits.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The most difficult thing about working with BLS data is gaining a clear understa

* [Work Stoppages Data](http://data.bls.gov/cgi-bin/surveymost?ws)

* Other wage data can be found in the CPS, CES, and QCEW, which are covered in the [Employment seciton](https://github.com/keberwein/blscrapeR/blob/master/vignettes/bls-query.Rmd) of these vignettes.
* Other wage data can be found in the CPS, CES, and QCEW, which are covered in the [Employment seciton](https://github.com/keberwein/blscrapeR/blob/master/vignettes/Employment_and_Unemployment.Rmd) of these vignettes.

*Note: The hyperlinks above link to lists of the most popular seriesIDs, but are only a small sample of all the data tracked by the BLS.*

Expand Down

0 comments on commit fd32b96

Please sign in to comment.