read.excel: Data Input (excel)

View source: R/covid19.R

read.excelR Documentation

Data Input (excel)

Description

Read xls and xlsx files.

Usage

read.excel(path, cache = FALSE, sheet = NA, ...)

Arguments

path

Path to the xls/xlsx file.

cache

logical. Memory caching? Default FALSE.

sheet

Sheet to read. Either a string (the name of a sheet), or an integer (the position of the sheet). Ignored if the sheet is specified via range. If neither argument specifies the sheet, defaults to all sheets.

...

arguments passed to read_excel

Value

list of data.frame

Examples

## Not run: 

url <- "https://epistat.sciensano.be/Data/COVID19BE.xlsx"
x   <- read.excel(url, cache = TRUE)  


## End(Not run)


covid19datahub/COVID19dev documentation built on March 16, 2023, 3:22 a.m.