Closed pieterprovoost closed 6 years ago
See example code at https://github.com/iobis/obistools#dataset-structure, PlatformName should be there for all cruises.
PlatformName
Fixed
measurement <- measurement %>% filter(is.na(occurrenceID) | occurrenceID == "")
instead of
measurement <- measurement %>% filter(is.na(occurrenceID))
See example code at https://github.com/iobis/obistools#dataset-structure,
PlatformName
should be there for all cruises.