pbs-assess / gfdata

:floppy_disk: An R package for data extraction of BC groundfish data
https://pbs-assess.github.io/gfdata/
1 stars 0 forks source link

Duplicated fishing_event_ids with join_sample_ids = TRUE #10

Open ecophilina opened 1 year ago

ecophilina commented 1 year ago

There are instances where a single fishing event is associated with two sample ids for the same species (usually no data in one of them) but this results in duplicated fishing events when join_sample_ids = TRUE

https://github.com/pbs-assess/gfdata/blob/master/R/get-dat.R#L261-L267