x <- data.frame(basisOfRecord = c(
"FOSSIL_SPECIMEN", "UNKNOWN",
"RON", NA, "Specimen", "PRESERVED_SPECIMEN"
))
bdc_basisOfRecords_notStandard(
data = x,
basisOfRecord = "basisOfRecord",
names_to_keep = "all"
)
Run the code above in your browser using DataLab