An open API service indexing awesome lists of open source software.

https://github.com/robjhyndman/addb

Australian Demographic Data Base
https://github.com/robjhyndman/addb

Last synced: about 2 months ago
JSON representation

Australian Demographic Data Base

Awesome Lists containing this project

README

        

# addb

[![Licence](https://img.shields.io/badge/licence-GPL--2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.en.html)

## Australian Demographic Data Base

An R package containing state-level demographic data for Australia.
To be used in conjunction with the `demography` package.

* Smith, L. (2009) _The Australian Demographic Data Bank, 1901-2003: Populations_ [Computer File]. Canberra: Australian Social Science Data Archive, The Australian National University, 2009.
* Smith, L. (2009) _The Australian Demographic Data Bank, 1901-2003: Deaths_ [Computer File]. Canberra: Australian Social Science Data Archive, The Australian National University, 2009.

Thanks to Len Smith for providing the data.

## Installation

You can install this package using

``` r
# install.packages("remotes")
remotes::install_github("robjhyndman/addb")
```