View source: R/getNamedExcelRanges.R
getNamedExcelRanges | R Documentation |
Get Named Ranges from Excel File
getNamedExcelRanges(
file,
pattern = "^range",
dbg = TRUE,
stringsAsFactors = FALSE,
...
)
file |
path to Excel file |
pattern |
pattern matching the names of named cell ranges to be read.
By default, all ranges starting with |
dbg |
logical. If |
stringsAsFactors |
passed to |
... |
further arguments passed to |
list of data frames each of which represents the content a named cell
range in the Excel file
and each of which was read with
hsGetTable
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.