read.excel.hdr | R Documentation |
Read an excel file where the variable names are spread over more than one column (for other cases use read.excel
.
read.excel.hdr(f, skip, hdr=1, fix_names=TRUE, lower=FALSE, ...)
f |
character (filename) |
skip |
non-negative integer. How many rows to skip to reach the values |
hdr |
positive integer. How many rows are used for the variable names |
fix_names |
logical. If |
lower |
logical. If |
... |
additional arguments passed on to |
.
data.frame
read.excel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.