Skip to content

AU-BURGr/ozdata

Repository files navigation

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

  • 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.

About

Collect Australian data sets and work with them. Created at The 2017 BURGr R Unconference in Brisbane, Australia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages