readLssFile: Parses landings (sales notes)

Description Usage Arguments Details Value

View source: R/fdirParsing.R

Description

Parses sales notes data from the Norwegian Directorate of Fisheries (FDIR) on the LSS format

Usage

1
readLssFile(file, encoding = "Latin-1", guessMax = 1e+05, strict = T)

Arguments

file

path to file with LSS landings

encoding

encoding for 'file', must be accepted by fread

guessMax

deprecated parameter, has no effect.

strict

enforce strict adherence to data format.

Details

The LSS format is a pipe-separated format encoding landings (sales-notes). It is provided to IMR on a regular basis from FDIR. Column headers are in Norwegian.

Historically, columns in the landings provided from FDIR has been adapted for each data delivery Lately data deliveries has become standardized, but in order to support variants adherence to the standardization is not enforced by this function, unless option 'strict' is selected. If column names does not match specification, but data is otherwise parse-able, a warning will be issued.

If the parameter 'strict' is not TRUE, data types may be inferred from data.

Value

data.table with LSS landings


RstoxData documentation built on July 17, 2021, 5:08 p.m.