GithubHelp home page GithubHelp logo

njtierney / australianelections Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rohanalexander/australianelections

0.0 2.0 0.0 1.95 MB

R package of datasets related to Australian elections (1901-2019)

License: Other

R 100.00%

australianelections's Introduction

AustralianElections

Travis build status

AustralianElections is a collection of datasets related to Australian elections The datasets are:

  • elections.rda: The main dataset.
  • parliaments.rda: Dates of each parliament.
  • voting_data.rda: All federal elections.

The datasets are up-to-date as of 10 September 2019.

If you have suggestions on how I could improve the datasets, or corrections, please don’t hesitate to get in touch.

Installation

You can install this package from GitHub with:

# install.packages("devtools")
devtools::install_github("RohanAlexander/AustralianElections")

Example

This is a example of how to load the data:

library(tidyverse)

devtools::install_github("RohanAlexander/AustralianElections")

elections <- AustralianElections::elections %>% as_tibble()
parliaments <- AustralianElections::parliaments %>% as_tibble()
voting_data <- AustralianElections::voting_data %>% as_tibble()

Dataset details

TBD

TODO

Roadmap

Sources

Acknowledgements

Citation

If you use AustralianElections, please consider citing:

Alexander, Rohan. (2019). AustralianElections: Datasets on Australian Elections. Source: https://github.com/RohanAlexander/AustralianElections.

Author information

Rohan Alexander (corresponding author and repository maintainer)
University of Toronto
Information Sciences
140 St George St
Toronto, ON, Canada
Email: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.