-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
49 lines (32 loc) · 1.74 KB
/
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
40
41
42
43
44
45
46
47
48
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Regional Parks and the American Community Survey
<!-- badges: start -->
[![R build status](https://github.com/Metropolitan-Council/regionalparks.acs/workflows/R-CMD-check/badge.svg)](https://github.com/Metropolitan-Council/regionalparks.acs/actions)
![R-CMD-check-deploy](https://github.com/Metropolitan-Council/regionalparks.acs/workflows/R-CMD-check-deploy/badge.svg)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![App](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://metrotransitmn.shinyapps.io/regional-parks-acs/)
<!-- badges: end -->
The goal of `{regionalparks.acs}` is to visualize both regional parks and trails and demographic characteristics of surrounding census tracts. We use data from the American Community Survey, 2014-2018 release.
## Backend
This app is built using R Shiny under the `{golem}` framework.
## Installation
You can install the released version of `{regionalparks.acs}` from GitHub with:
``` r
library(remotes)
remotes::install_github("Metropolitan-Council/regionalparks.acs")
```
## Contributors
[@ehesch](https://github.com/ehesch), and [@eroten](https://github.com/eroten).
## Code of Conduct
Please note that the `{regionalparks.acs}` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.