Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. π«π¦
- Host: GitHub
- URL: https://github.com/elipousson/marylandedu
- Owner: elipousson
- License: cc0-1.0
- Created: 2023-02-12T04:00:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T22:08:43.000Z (9 months ago)
- Last Synced: 2024-03-26T16:11:30.562Z (8 months ago)
- Topics: education-data, maryland, r-package
- Language: R
- Homepage: https://elipousson.github.io/marylandedu/
- Size: 13.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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)