missName | R Documentation |
Standardize the different notation of missing collector or identifier names associated with biological records.
missName(x, type = NULL, noName = "Anonymous")
x |
the character string or vector with names. |
type |
type of name: 'collector' or 'determiner'. |
noName |
standard notation for missing names. Default to "Anonymous". |
the character string x
in the standard notation for missing
names.
Renato A. F. de Lima
Conn, Barry J. (ed.) (1996). HISPID 3 - Herbarium Information Standards and Protocols for Interchange of Data. Herbarium Information Systems Committee' (HISCOM). https://www.tdwg.org/standards/hispid3/
# Needs to chose between 'collector' or 'identificator' missName(c("Gentry, AH", "s/col.", NA, "?", "s/c", "s/coletor"), type = "collector", noName = "s./c.") missName(c("Gentry, AH", "s/col.", NA, "?", "s/c", "s/coletor"), type = "collector") missName(c("Gentry, AH", "s/det.", "s/det", "s/d", "Determiner unknown"), type = "determiner")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.