get_excel_sheet: Get specific sheet from Excel workbook
Description
Get specific sheet from Excel workbook
Usage
get_excel_sheet(sheet, add_automatically = FALSE)
Arguments
- sheet
String. Sheet to read.
- add_automatically
Logical. If TRUE, return an empty data frame if the
sheet does not exist.