extract_class.RdThis function extracts the class from the first row of a given worms_records tibble. If the tibble is empty, it returns NA.
extract_class(record)A tibble containing worms_records with at least a 'class' column.
A character string representing the class of the first row in the tibble, or NA if the tibble is empty.