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

https://github.com/ipeagit/acesso_app

Shiny App do Projeto Acesso a Oportunidades
https://github.com/ipeagit/acesso_app

Last synced: about 1 year ago
JSON representation

Shiny App do Projeto Acesso a Oportunidades

Awesome Lists containing this project

README

          

# Shiny App from Project Acess to Opportunities

## Instructions

After cloning the repository, start by locating the `acesso_app.Rproj` file and opening it in RStudio.

### Data setup

Data is zipped, so you're gonna need to unzip it before proceding. You can do this using the ``zip`` package:

```r
zip::unzip("atlasacessibilidade/data/acess_app_data_2019.zip", exdir = "atlasacessibilidade/data/")
```