View source: R/Deprecated.Functions.R
read.simple.xls | R Documentation |
Read multi-sheet excel files. row_namePos = NULL for automatic names Look into: http://readxl.tidyverse.org/.
read.simple.xls(
pfn = kollapse(...),
row_namePos = NULL,
...,
header_ = TRUE,
WhichSheets
)
pfn |
Path and File name, Default: kollapse(...) |
row_namePos |
Where is the rowname, Default: NULL |
... |
Multiple simple variables to parse. |
header_ |
Is there header? Default: TRUE |
WhichSheets |
Which sheets to read in |
read.xls
## Not run:
if (interactive()) {
# read.simple.xls("path/to/my.file")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.