download_excel: Download Excel Documents

Description Usage Arguments Value

View source: R/utils.R

Description

Download Excel Documents

Usage

1
download_excel(url, archive, verbose = FALSE, transpose = TRUE, ...)

Arguments

url

Character string containing the full URL to the Excel document.

archive

Character string naming the file name to assign in the temporary directory.

verbose

Logical, defaults to TRUE. Should verbose processing messages and warnings be returned.

transpose

Logical, should the read in data be transposed

...

Additional parameters to pass to read_excel().

Value

A data.frame.


covidregionaldata documentation built on Feb. 7, 2022, 9:07 a.m.