Get Property Records Table
get_property_records.RdImports and cleans specific tables from the most up to date property transaction records available from Registro de Imoveis with modern error handling, progress reporting, and robust download capabilities.
Arguments
- table
- Character. One of: - "capitals"
- Records data for capital cities (default) 
- "capitals_transfers"
- Transfer data for capital cities 
- "cities"
- Records data for all cities 
- "aggregates"
- Records data for SP regional aggregates 
- "aggregates_transfers"
- Transfer data for SP aggregates 
 
- cached
- Logical. If - TRUE, attempts to load data from package cache.
- quiet
- Logical. If - TRUE, suppresses progress messages and warnings. If- FALSE(default), provides detailed progress reporting.
- max_retries
- Integer. Maximum number of retry attempts for failed downloads. Defaults to 3. 
Details
This function scrapes download links from the Registro de Imoveis website and processes Excel files containing property transaction data. The function handles multiple data categories and includes comprehensive data cleaning.