nk027 / ineq_project

Inequality course project for creation of income inequality profiles of EU countries.
http://shiny.kuschnig.eu/ineq/
MIT License
2 stars 21 forks source link

Inequality Project

This repository is used for organising the creation of income inequality profiles of several European countries with EU-SILC data.

Please take the time to read this short introduction before starting with your project.

Legal

Make sure to not let plain EU-SILC data end up on GitHub!

This includes the credentials to the Ineq-Institute's database. To connect to the database use the script R/_connection.R which requires you to input the password by hand (directly or via variable). Do no access this script from R Markdown - instead prepare your data in a separate script and store it locally in the data folder.

Folder Structure

Please stick with the existing folder structure and create an issue if something was not accounted for. The current structure is:

Coding Style

To keep code readable and thus easy to share and verify, try to adhere to some basic rules:

If you want to go further have a look at this short guide or the extended tidyverse style guide.

Starting off

  1. Create a fork of this repository by clicking the Fork button in the top right
  2. Clone your forked repository with RStudio
  3. Add this repository as upstream by running: git remote add upstream https://github.com/nk027/ineq_project.git
  4. Start off

To update your fork with changes from this main repository run: git pull upstream master or use GitHub's online interface for pull requests.