Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elipousson/marylandedu

A R data package for Maryland State Department of Education (MSDE) data. πŸ«πŸ¦€
https://github.com/elipousson/marylandedu

education-data maryland r-package

Last synced: 27 days ago
JSON representation

A R data package for Maryland State Department of Education (MSDE) data. πŸ«πŸ¦€

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# marylandedu

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/)

The goal of marylandedu is to provide access to selected datasets from the Maryland State Department of Education (MSDE) that have been standardized to better support year-by-year analysis and visualization.

## Installation

You can install the development version of msde like so:

``` r
# pak::pkg_install("elipousson/marylandedu")
```

## Related packages

- [educationdata](https://github.com/UrbanInstitute/education-data-package-r): Retrieve data from the Urban Institute’s Education Data API as a data.frame for easy analysis.

### Local data

- [bcpss](https://github.com/elipousson/bcpss)
- [mapmaryland](https://github.com/elipousson/mapmaryland)
- [mapbaltimore](https://github.com/elipousson/mapbaltimore)