get.skip: Determine Number of Rows to be Skipped in Text Files

Description Usage Arguments Value See Also

View source: R/get.skip.R

Description

get.skip attempts to determine the number of rows that could be skipped when reading text files.

Usage

1

Arguments

file

(character). The file name.

n

(integer). The number of lines to be read by readLines().

pattern

(character). A search pattern like, e.g., a column name that is used to find a particular line in the file to determine the codeskip value.

Value

The skip value. If no value is determined 0 (zero) is returned.

See Also

readLines


readmoRe documentation built on Aug. 19, 2021, 9:07 a.m.

Related to get.skip in readmoRe...