The fix_names()
function fixes the capitalization of species names in the data frame provided to align
with accepted capitalization standards.
Arguments
- df
Data frame with name column to be fixed.
- scientific.name
Default = "scientificName". The name of the scientificName column in the data frame.
Details
This function uses the fixAfterPeriod()
function. This function requires package stringr.