Description Usage Arguments Value Examples
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
1 2 | read_workbook(ExcelFile, na_value = "", add_to_Envir = TRUE,
output_ls = FALSE)
|
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 |
if output_ls==TRUE, a list of data.frames.
1 | #NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.