# NOT RUN {
# }
# NOT RUN {
pulldata("carabids")
dataset1 <- as.traitdata(carabids,
taxa = "name_correct",
traits = c("body_length", "antenna_length", "metafemur_length"),
units = "mm",
keep = c(datasetID = "source_measurement", measurementRemark = "note"),
metadata = list(
bibliographicCitation = attributes(carabids)$citeAs,
author = "Fons van der Plas",
license = "http://creativecommons.org/publicdomain/zero/1.0/"
)
)
dataset1Std <- standardize_taxa(dataset1)
# }
Run the code above in your browser using DataLab