darwinizeNames {bdDwC} | R Documentation |
Darwinize names
Description
'darwinizeNames()' is a function to darwinize given names using reference (ie, Darwin Cloud) dataset. It returns $Old$ and $New$ ($fieldname$ and $standard$) name (ie, name from given user dataset that had a match in reference dataset).
Usage
darwinizeNames(dataUser, dataDWC)
Arguments
dataUser |
data.frame with user data |
dataDWC |
data.frame with Darwin Cloud data |
Value
data.frame of darwinized user names.
Examples
darwinizeNames(dataUser = bdDwC:::dataReptiles,
dataDWC = bdDwC:::dataDarwinCloud$data)
[Package bdDwC version 0.1.15 Index]