get.skip {readmoRe} | R Documentation |
Determine Number of Rows to be Skipped in Text Files
Description
get.skip
attempts to determine the number of rows that could be skipped when reading text files.
Usage
get.skip(file, n = 1, pattern = NULL)
Arguments
file |
( |
n |
( |
pattern |
( |
Value
The skip
value. If no value is determined 0 (zero) is returned.
See Also
[Package readmoRe version 0.2-12 Index]