README.md

ozdata

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis Build Status AppVeyor Build Status Coverage Status CRAN_Status_Badge

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://ausmacrodata.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-burgr/ozdata")

Example usage

Contributors

Meta



AU-BURGr/ozdata documentation built on Oct. 7, 2021, 6:38 a.m.