if (FALSE) {
# Simple name match
italic_match("Cetraria islandica")
# Name match where the name contains spelling mistakes
italic_match("Xantoria parietina")
# Match where the name contains uncommon marker
italic_match("Acarospora sulphurata varietas rubescens",
var_marks = "varietas")
# Match multiple names
italic_match(c("Cetraria islandica", "Xanthoria parietina"))
}
Run the code above in your browser using DataLab