TPLck(sp, corr = TRUE, diffchar = 2, max.distance = 1,
infra = TRUE, abbrev = TRUE, version = "1.1",
encoding = "UTF-8")
agrep
function when performing corrections of spelling errors in specific epithets. Not used if corr=FALSE.
data.frame
with the following components:Kalwij, J.M. 2012. Review of 'The Plant List, a working list of all plant species'. Journal of Vegetation Science, 23(5): 998-1002.
TPL
.
## Not run:
# # 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)
# sp7
# ## End(Not run)
Run the code above in your browser using DataLab