-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
39 lines (30 loc) · 942 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
output: github_document
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-",
warning = FALSE
)
```
# About `flagship`
[![Travis-CI Build Status](https://travis-ci.org/jjchern/flagship.svg?branch=master)](https://travis-ci.org/jjchern/flagship)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jjchern/flagship?branch=master&svg=true)](https://ci.appveyor.com/project/jjchern/flagship)
- Tuition and fees data from the College Broad for state flagship universities, 2007-2016.
- Source: https://trends.collegeboard.org/college-pricing
# Installation
```R
# install.packages("devtools")
devtools::install_github("jjchern/flagship@v1.0.0")
```
# Usage
```{r}
# Load tibble for nice display
library(tibble)
flagship::flagship
```