R/utils.R
find_header.Rd
Read a file line-by-line to find how far its header extends, and return it.
find_header(fqfn)
Fully qualified filename, character
The header as a character vector.
Headers are defined as consecutive lines beginning with "#" at the top of a file.
Alexey Shiklomanov