read_lowestoft2: read_lowestoft_file

View source: R/rw_lowestoft.R

read_lowestoft2R Documentation

read_lowestoft_file

Description

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


einarhjorleifsson/fishvice documentation built on Jan. 4, 2024, 8:43 p.m.