Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 642 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 642 Bytes

scrapers

Web Scraping With R

Project to extract spatial and non-spatial data for rural properties in the Brazilian Amazonian state of Pará from a public repository http://car.semas.pa.gov.br/

Project will create a clear pipeline to regularly extract this data and display it via a shiny app.

Instructions for use

  1. Run get_car3.R. This will produce a .csv file with the scraped data.
  2. Not yet automated - we reduced the .csv file to a subset of the rows and columns for demonstration.
  3. Run either the server.R or ui.R file in the shiny-app folder. The reduced .csv is used by the scripts to create an interactive webpage.