# An accepted name
sp1 <- TPLck("Amblystegium serpens juratzkanum")
sp1
# An unresolved name
sp2 <- TPLck("Bryum capillare cenomanicum")
sp2
# A synonym
sp3 <- TPLck("Pottia acutidentata")
sp3
# A misapplied name
sp4 <- TPLck("Colutea istria")
sp4
# A spelling error in specific epithet
sp5 <- TPLck("Pohlia longicola", corr=TRUE)
sp5
# A spelling error that is not corrected ('max.distance' defaults to 1)
sp6 <- TPLck("Microbryum curvicollum", corr=TRUE)
sp6
# If increasing 'max.distance', the spelling error is accounted for
sp7 <- TPLck("Microbryum curvicollum", corr=TRUE, max.distance=3)
sp7Run the code above in your browser using DataLab