library(here)
library(tidyverse)
load(here("output", "rda", "event.rda"))
load(here("output", "rda", "survey.rda"))
load(here("output", "rda", "survey_target.rda"))
load(here("output", "rda", "survey_target_abundance.rda"))
Exploring DwCA v2
Load data frame
Non-detection data
If only presence data is provided (not the case for this dataset), can we infer non-detection based on survey-target table and survey-target-abundance table?