blscrapeR icon indicating copy to clipboard operation
blscrapeR copied to clipboard

A tool to gather, analyze and visualize data from the Bureau of Labor Statistics (BLS) API. Functions include segmentation, geographic analysis and visualization.

Results 9 blscrapeR issues
Sort by recently updated
recently updated
newest added

I see that this package was removed from CRAN in July (https://cran.r-project.org/web/packages/blscrapeR/index.html). Are there any plans for the issues to be resolved and resubmitted? Or should users plan to go...

I am trying to experiment with different series id values using the BLS documentation found [here](https://www.bls.gov/help/hlpforma.htm#SM). I am particularly interested in the 'State and Area employment, hours, and earnings. However,...

If there is an interest in continuing this package, I think it would be useful to have the series id code groups contained in internal datasets. Such as the super...

``` df % # Add time-series dates dateCast() ``` The data frame contains 'year' and 'period' columns as returned by the `bls_api()` function. The 'period' column is Q01, Q02, Q03...

bug

The `catalog` argument of the `bls_api()` function is not returning data in some cases. This a side-effect of the BLS API itself as catalog is "only available for certain data...

Currently, if a user enters an invalid ID. The JSON call returns a blank dataframe, because there is nothing to return. In this case, the BLS API returns a custom...

enhancement

Has something changed with the BLS api? Getting this error now that I've never seen before. ![image](https://github.com/keberwein/blscrapeR/assets/13878159/447e74db-5bcf-40e7-9d16-e26d9261280c)

inflation_adjust() returns ``` Error in split_decimal(x, sigfig = sigfig, digits = digits) : invalid time series parameters specified ``` ``` df % arrange(desc(date)) ``` ``` R version 4.2.1 (2022-06-23) Platform:...