download_inep_file: Download a file from INEP
Description
Internal function to download files from INEP's servers with
progress indication and error handling.
Usage
download_inep_file(url, destfile, quiet = FALSE)
Value
The path to the downloaded file.
Arguments
- url
The URL to download from.
- destfile
The destination file path.
- quiet
Logical. If TRUE, suppresses progress messages.