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

Read abs api (#164) #168

Closed MattCowgill closed 2 years ago

MattCowgill commented 3 years ago

by @Annabel-Kennedy with contributions from @baslat.

This PR adds functions to assist with loading data from the ABS API

codecov[bot] commented 3 years ago

Codecov Report

Merging #168 (3da7655) into master (ad62636) will decrease coverage by 6.54%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
- Coverage   86.77%   80.23%   -6.55%     
==========================================
  Files          27       34       +7     
  Lines        1006     1088      +82     
==========================================
  Hits          873      873              
- Misses        133      215      +82     
Impacted Files Coverage Δ
R/abs_clipboard.R 0.00% <0.00%> (ø)
R/api_join.R 0.00% <0.00%> (ø)
R/api_split_url.R 0.00% <0.00%> (ø)
R/api_split_variables.R 0.00% <0.00%> (ø)
R/read_abs_api.R 0.00% <0.00%> (ø)
R/tidy_api_data.R 0.00% <0.00%> (ø)
R/unique_chars.R 0.00% <0.00%> (ø)
... and 4 more

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 ad62636...3da7655. Read the comment docs.

MattCowgill commented 2 years ago

The ABS has now deprecated ABS.Stat and the associated SDMX API, so I (unfortunately) believe this PR will no longer work.