Skip to contents

The code is inpired by the FLCore::readVPAFile function. The difference is that it is not dependent on the FLCore, including the S4-methods.

Usage

read_lowestoft2(
  file,
  format = "long",
  value.name = "x",
  sep = "",
  quiet = TRUE
)

Arguments

file

name of file, normally the index file name

format

output format, "matrix","wide","long" (default)

value.name

Name of value, only relevant for format="long"

sep

the separator, default is ""

quiet

boolean, default is TRUE