Description Usage Arguments Value Examples
View source: R/getExcelSheet.R
This function is a wrapper around RODBC
function to get a
sheet from an xls
or xlsx
file.
1 | getExcelSheet(file = NULL, sheet = NULL, ...)
|
file |
path to the |
sheet |
sheet name |
... |
other arguments passed to |
The function return a data.frame with data from the specified sheet.
1 2 3 4 | ## Not run:
getExcelSheet(file="C:/foo.xls", sheet="es_ps")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.