load_rba_sheet {readrba} | R Documentation |
Load the data sheet(s) from an RBA Excel file
Description
Load the data sheet(s) from an RBA Excel file
Usage
load_rba_sheet(filename)
Arguments
filename |
Filename, including path, to an RBA Excel workbook |
Details
Function loads every sheet in the Excel workbook at filename
other than any with names that correspond to known non-data sheets
(eg. "Notes").
Value
list of dataframes
[Package readrba version 0.1.11 Index]