The main function takes two character vectors of scientific taxon names and performs an exhaustive search for possible analogs. The package further provides tools to accommodate various tasks on species names.
You may directly install the package from GitHub using the below set of commands.
# if not already installed
install.packages("devtools")
library(devtools)
install_github("kardinal-eros/linktaxa")
library(linktaxa)