darwinizeNames {bdDwC} | R Documentation |
'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).
darwinizeNames(dataUser, dataDWC)
dataUser |
data.frame with user data |
dataDWC |
data.frame with Darwin Cloud data |
data.frame of darwinized user names.
darwinizeNames(dataUser = bdDwC:::dataReptiles,
dataDWC = bdDwC:::dataDarwinCloud$data)