View source: R/helpers_download.R
| download_excel | R Documentation |
Downloads an Excel file with validation of expected sheets and file size.
download_excel(
url,
expected_sheets = NULL,
min_size = 1000,
ssl_verify = TRUE,
max_retries = 3,
quiet = FALSE
)
url |
Character. URL of the Excel file. |
expected_sheets |
Character vector. Sheet names that must be present. If NULL, no sheet validation is performed. |
min_size |
Integer. Minimum file size in bytes. Default 1000. |
ssl_verify |
Logical. Whether to verify SSL certificates. |
max_retries |
Integer. Number of retry attempts. |
quiet |
Logical. Suppress progress messages. |
Character. Path to downloaded and validated Excel file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.