Parses sales notes data from the Norwegian Directorate of Fisheries (FDIR) on the LSS format
readLssFile(file, encoding = "Latin-1", guessMax = 1e+05, strict = T)
path to file with LSS landings
encoding for 'file', must be accepted by fread
deprecated parameter, has no effect.
enforce strict adherence to data format.
data.table with LSS landings
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.