Overview

There are many high quality data sets that are freely available for Australia. Unfortunately they can be difficult to obtain and analyse. Here we provide tools to programmatically import and explore Australian data sets. Data can be obtained from the official Australian government portal, which contains over 40,000 data sets (https://data.gov.au). Additionally, economic data sets can be obtained from the Australian Macro Database (http://ozmacrodata.org). This project was created during the 2017 BURGr R UnConference https://github.com/AU-BURGr/UnConf2017.

Installation

This package uses the sf package and the units package. Please see the packages’ websites for instructions on installing them.

To install the developmental version of ozdata, use the following R code:

if (!require(devtools))
  install.packages(devtools)
devtools::install_github("AU-BUGRr/ozdata")

Example usage

Meta

  • Please report any issues or bugs.

  • License: GPL(>=3) + file LICENSE

  • Get citation information for ozdata in R typing citation(package = "ozdata")

  • Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.