download_abecip_file: Download Abecip Excel File

View source: R/get_abecip_indicators.R

download_abecip_fileR Documentation

Download Abecip Excel File

Description

Scrapes the given page to find the download link, then downloads the Excel file using the shared download_excel() helper.

Usage

download_abecip_file(
  url_page,
  xpath,
  file_prefix,
  quiet = FALSE,
  max_retries = 3L
)

Arguments

url_page

URL of the Abecip page containing the download link

xpath

XPath to locate the download link

file_prefix

Prefix used in retry-attempt messages

quiet

Logical controlling messages

max_retries

Maximum number of retry attempts

Value

Path to the downloaded temporary file


realestatebr documentation built on June 5, 2026, 5:07 p.m.