This function will be quite fragile to changes in the data format. It assumes four columns

read_nflt(path, comment = "/*", ...)

Arguments

path

Either a path to a file, a connection, or literal data (either a single string or a raw vector).

comment

A string used to identify comments. Any text after the comment characters will be silently ignored. Default "/*", which is used in some nflt files.

...

arguments passed on to readr::read_delim()