Learn R Programming

pxmake (version 0.17.0)

get_excel_sheet: Get specific sheet from Excel workbook

Description

Get specific sheet from Excel workbook

Usage

get_excel_sheet(sheet, add_automatically = FALSE)

Value

A data frame.

Arguments

sheet

String. Sheet to read.

add_automatically

Logical. If TRUE, return an empty data frame if the sheet does not exist.