prepLoc | R Documentation |
Simplify the notation of the standard plantR locality string, which is used for the validate localities and geographical coordinates.
prepLoc(x)
x |
character. The concatenated locality string to be simplified. |
The goal of this function is to simplify the locality strings in order to reduce variations in locality notation and thus to increase the chances of match with the plantR gazetteer and maps.
It transforms the string to lowercase and removes special characters and prepositions of locality names.
The edited locality string.
Renato A. F. de Lima
strLoc
prepLoc("Brazil_Rio de Janeiro") prepLoc("Brazil_Rio Grande do Sul_Coqueiros do Sul") prepLoc("Brazil_Bahia_Arraial d'Ajuda") prepLoc("Brazil_São Paulo_Sete Barras_Parque Estadual de Carlos Botelho") prepLoc("Cuba_Isla de la Juventud")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.