ipeaGIT / acesso_app

Shiny App do Projeto Acesso a Oportunidades
https://www.ipea.gov.br/acessooportunidades/mapa/
1 stars 4 forks source link

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:

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