read_workbook: read_workbook

Description Usage Arguments Value Examples

Description

read_workbook is an extension of readxl::read_excel, loading all sheets in an excel workbook either directly into the global environment or as a part of a list

Usage

1
2
read_workbook(ExcelFile, na_value = "", add_to_Envir = TRUE,
  output_ls = FALSE)

Arguments

ExcelFile

Character string of the directory and filename pointing at the file to load

na_value

Value in the excel workbook that should be treated as missing/NA

add_to_Envir

TRUE/FALSE: Should each sheet be added to the global environment, each as a data.frame

output_ls

TRUE/FALSE: Should each sheet be appended to a list of data.frames

Value

if output_ls==TRUE, a list of data.frames.

Examples

1
#NULL

TaylorAndrew/atImport documentation built on May 9, 2019, 4:22 p.m.