get_excel_sheet {pxmake}R Documentation

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.

Value

A data frame.


[Package pxmake version 0.18.0 Index]