data.tableSkipLinesHeader {dataone} | R Documentation |
Number of lines to skip before reading data
Description
The specified number of lines are skipped.
Usage
data.tableSkipLinesHeader(x, index, ...)
## S4 method for signature 'EMLParser,numeric'
data.tableSkipLinesHeader(x, index)
Arguments
x |
- the TableDescriber |
index |
- the index of the table within the document |
... |
Additional parameters |
Value
the number of lines to skip
Author(s)
rnahf
See Also
help(read.table)
[Package dataone version 2.2.2 Index]