# load in the test dataset
system.file("extdata", "testTaxonomy.rda", package="BeeBDC") |> load()
beesRaw_out <- BeeBDC::harmoniseR(
#The path to a folder that the output can be saved
path = tempdir(),
# The formatted taxonomy file
taxonomy = testTaxonomy,
data = BeeBDC::beesFlagged,
speciesColumn = "scientificName")
table(beesRaw_out$.invalidName, useNA = "always")
Run the code above in your browser using DataLab