50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

covidregionaldata (version 0.9.3)

download_excel: Download Excel Documents

Description

Download Excel Documents

Usage

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.