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
- Host: GitHub
- URL: https://github.com/ipeagit/acesso_app
- Owner: ipeaGIT
- Created: 2020-01-07T19:29:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T18:21:55.000Z (over 2 years ago)
- Last Synced: 2025-04-06T20:47:51.487Z (about 1 year ago)
- Language: R
- Homepage: https://www.ipea.gov.br/acessooportunidades/mapa/
- Size: 91.5 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/")
```