powered by
Read xls and xlsx files.
read.excel(path, cache = FALSE, sheet = NA, ...)
Path to the xls/xlsx file.
logical. Memory caching? Default FALSE.
FALSE
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
read_excel
list of data.frame
data.frame
# NOT RUN { url <- "https://epistat.sciensano.be/Data/COVID19BE.xlsx" x <- read.excel(url, cache = TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab