iobis / obistools

Tools for data enhancement and quality control
https://iobis.github.io/obistools
Other
25 stars 6 forks source link

treeStructure() does not list event level measurement types #57

Closed pieterprovoost closed 6 years ago

pieterprovoost commented 6 years ago

See example code at https://github.com/iobis/obistools#dataset-structure, PlatformName should be there for all cruises.

samuelbosch commented 6 years ago

Fixed

measurement <- measurement %>% filter(is.na(occurrenceID) | occurrenceID == "")

instead of

measurement <- measurement %>% filter(is.na(occurrenceID))