Skip to content

Commit

Permalink
Merge pull request #79 from UrbanInstitute/update-terms
Browse files Browse the repository at this point in the history
add terms of use notice
  • Loading branch information
Kyle Ueyama authored Jan 22, 2021
2 parents 6d55e83 + ad8a017 commit b63cf1c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
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

0 comments on commit b63cf1c

Please sign in to comment.