View source: R/get_abecip_indicators.R
| download_abecip_file | R Documentation |
Scrapes the given page to find the download link, then downloads the Excel
file using the shared download_excel() helper.
download_abecip_file(
url_page,
xpath,
file_prefix,
quiet = FALSE,
max_retries = 3L
)
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 |
Path to the downloaded temporary file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.