Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add terms of use notice #79

Merged
merged 1 commit into from
Jan 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
^benchmarks/*
^\.travis\.yml$
^LICENSE\.md$
^doc$
^Meta$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ vignettes/*.R
.DS_Store
test.R
benchmarks/*
doc
Meta
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ knitr::opts_chunk$set(

Retrieve data from the Urban Institute's [Education Data API](https://ed-data-portal.urban.org/) as a `data.frame` for easy analysis.

**NOTE**: By downloading and using this programming package, you agree to abide
by the Data Policy and Terms of Use of the Education Data Portal. For more
information, see [https://educationdata.urban.org/documentation/#terms](https://educationdata.urban.org/documentation/#terms).

## Installation

To install `educationdata`:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Retrieve data from the Urban Institute’s [Education Data
API](https://ed-data-portal.urban.org/) as a `data.frame` for easy
analysis.

**NOTE**: By downloading and using this programming package, you agree
to abide by the Data Policy and Terms of Use of the Education Data
Portal. For more information, see
<https://educationdata.urban.org/documentation/#terms>.

## Installation

To install `educationdata`:
Expand Down
4 changes: 4 additions & 0 deletions vignettes/introducing-educationdata.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Institute's [Education Data API](https://ed-data-portal.urban.org/) as a
`get_education_data`, which will get data from a specified API endpoint and
return a `data.frame` to the user.

**NOTE**: By downloading and using this programming package, you agree to abide
by the Data Policy and Terms of Use of the Education Data Portal. For more
information, see [https://educationdata.urban.org/documentation/#terms](https://educationdata.urban.org/documentation/#terms)

## Usage

The `get_education_data` function will return a `data.frame` from a call to
Expand Down