readDB: Read a multi-sheet excel table into a list

View source: R/readDB.R

readDBR Documentation

Read a multi-sheet excel table into a list

Description

Takes what is essentially an excel database and reads all of the tables (i.e., sheets) into a list.

Usage

readDB(filepath)

Arguments

filepath

the filepath of the excel file

Examples

path <- "path/to/file.xlsx"
out <- readDB(filepath=path)

kwdoyle/kevtools documentation built on Jan. 4, 2023, 10:32 p.m.