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
- Host: GitHub
- URL: https://github.com/robjhyndman/addb
- Owner: robjhyndman
- Created: 2017-04-16T16:46:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T09:04:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T16:08:35.355Z (about 2 months ago)
- Language: R
- Homepage: http://pkg.robjhyndman.com/addb
- Size: 5.87 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# addb
[](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")
```