Get CBIC steel data (prices and production)
get_cbic_steel.RdComplete workflow to get cleaned steel price and production data from CBIC. Returns steel price data by default, or all datasets when requested.
Arguments
- table
Character. Which dataset to return: "prices", "production", or "all" (default: "prices")
- cached
Logical. If TRUE, try to load data from cache first (default: FALSE)
- quiet
Logical. If TRUE, suppress progress messages (default: FALSE)
- max_retries
Integer. Maximum number of retry attempts for downloads (default: 3L)
Progress Reporting
When quiet = FALSE, the function provides detailed progress information
about web scraping, file downloads, and data processing steps.