MattCowgill / readabs

Download and tidy time series data from the Australian Bureau of Statistics in R
https://mattcowgill.github.io/readabs/
Other
101 stars 22 forks source link

Fix `read_payrolls()` again #176

Closed MattCowgill closed 2 years ago

MattCowgill commented 2 years ago

The ABS changed the names of the sheets in the Excel files for the Weekly Payroll jobs release. This breaks read_payrolls(). This PR fixes the issue.

codecov[bot] commented 2 years ago

Codecov Report

Merging #176 (0107497) into master (aed7692) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   86.77%   86.83%   +0.05%     
==========================================
  Files          27       27              
  Lines        1006     1010       +4     
==========================================
+ Hits          873      877       +4     
  Misses        133      133              
Impacted Files Coverage Δ
R/read_payrolls.R 62.60% <100.00%> (+1.25%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aed7692...0107497. Read the comment docs.