Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 407 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 407 Bytes

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/")