From 6c0110917bf94602ed91b2c5da4e6c8730c7f590 Mon Sep 17 00:00:00 2001 From: wkmor1 Date: Thu, 8 Feb 2024 13:46:55 +0200 Subject: [PATCH] Don't skip lines in fact files --- R/finbif_occurrence_load.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/finbif_occurrence_load.R b/R/finbif_occurrence_load.R index e3bf6c3f..83c42910 100644 --- a/R/finbif_occurrence_load.R +++ b/R/finbif_occurrence_load.R @@ -313,6 +313,8 @@ finbif_occurrence_load <- function( fb_records_obj[["facts"]] <- ftype + fb_records_obj[["skip"]] <- 0L + id <- switch( ftype, record = file_vars[["Unit.UnitID", var_type]],