- minor fixes to unit tests
- download_abs_data_cube() and associated functions revamped for new ABS website
- Speed improvements
- get_abs() removed
- Minor internal change to prepare readabs for the new ABS website
- New download_abs_data_cube() function added courtesy of David Diviny
- Error when using dev version of vctrs package rectified
- Alternative method now used to check for internet access when running
read_abs()
; the function now works in a broader range of IT environments - README and vignette refined
- Default path for
read_abs()
is now defined by an environmental variable; thanks to Hugh Parsonage for the idea and implementation.
separate_series()
function gains adrop_nas
argument, thanks to Sam Gow for the suggestion.- Added more unit tests and reorganised tests
- New
separate_series()
function thanks to David Diviny, which splits theseries
column of tidied ABS time series into multiple components - New
read_cpi()
convenience function to get the CPI index numbers - Files read with
read_abs()
are now stored in a subdirectory ofpath
corresponding to the catalogue number - New
series_id
argument toread_abs()
allows users to get specific time series using their unique identifiers - Order of arguments to
read_abs()
have changed slightly, with newseries_id
argument added - Order of arguments to
read_abs_local()
have changed, newcat_no
argument added,filenames
argument works as before, but the argument order has changed - Fixed file path error when using
read_abs(retain_files = FALSE)
on Windows get_abs()
now deprecated; useread_abs()
instead (it has identical functionality)
read_abs()
now checks for internet access and returns a comprehensible error if not present- New function
read_abs_seriesid()
gets data corresponding to unique ABS time series IDs - Thanks to @HughParsonage for fixing the vignette index and suggesting other fixes
- ABS API was (silently!) updated to use https rather than http; readabs now works with this
- added a retain_files option (default = TRUE) to read_abs()
- Merged with
getabs
package - New core function (
read_abs()
) to download, import and tidy data in one step - New function (
read_abs_local()
) to import and tidy locally-stored spreadsheets read_abs_data()
is now soft-deprecated and will be removed in a future release
- Matt Cowgill is the new maintainer and author of
readabs
- Fixed issue (#1) with blank column names that arose from new name repair behaviour in tibble 2.0.0
- Add descriptive information to
read_abs_sdmx()
- Delete
read_abs_codebook()
- Create vignette and website using pkgdown
- Update documentation and available data
- Name change from abs to readabs