-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
21 lines (14 loc) · 897 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: "README"
author: "Guangyu Liu"
date: "Due: Jun 4, 2017"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
The final project Shiny App can be found [here](https://gy-liu.shinyapps.io/final_project-visualize_social_mobility/#section-introduction). The purpose of this project, the choice of interactivity, data used, and operational definition of variables can be found under the "Introduction" section. Detailed explainations of the visualization can be found under each section respectively.
- `data/raw_data.csv` is the original NELS88 data.
- `data/nels88.csv` is the tiddy data prepared for the Shiny App.
- `script/Data preparation.R` is the code used for data cleansing.
- `Final Project - Visualize Social Mobility.Rmd` includes the code and an equivalent documentation of the Shinny App.