Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccoffrin/ai15ss_act_analytics
R Scripts for Analytics of Australian Capital Territory Open Datasets
https://github.com/ccoffrin/ai15ss_act_analytics
Last synced: about 1 month ago
JSON representation
R Scripts for Analytics of Australian Capital Territory Open Datasets
- Host: GitHub
- URL: https://github.com/ccoffrin/ai15ss_act_analytics
- Owner: ccoffrin
- License: mit
- Created: 2015-11-08T09:22:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T06:28:24.000Z (about 9 years ago)
- Last Synced: 2024-10-13T22:34:29.573Z (3 months ago)
- Language: R
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ACT Analytics
=================
### R Scripts for Analytics of Australian Capital Territory Open DatasetsThis repository contains a collection of R scripts for analyzing the [Australian Capital Territory (ACT) Open Datasets](https://www.data.act.gov.au/).
## Instructions
To add your own ACT analytics scripts begin by forking this repository to your personal github account, cloning it on your local machine, and adding a new directory at the root of the repository for your new script.
Inside the new directory add an R file named **analyze.r**. This R script should only use standard R packages and pull all of the necessary data directly form the [ACT Open Datasets](https://www.data.act.gov.au/) via an http request. See the **cjc** directory for an example.Once you are happy with your R script, commit your changes to your personal fork of the repository and generate a pull request to the master repository. When your pull request has been accepted and your new directory has been integrated into master repository, all of PDFs generated by your script will be added to one master ACT analytics collection.
=================
### Originally Developed by:28th Australasian Joint Conference on Artificial Intelligence 2015
Student Symposium Chair
Carleton Coffrin
November, 2015