comp_names: Compare scientific names against NaTron

Description Usage Arguments Value Examples

View source: R/comp_names.R

Description

This functions checks the scientificNames column in your dataset against the Taxa register in NaTron and return a warning when there are species not in the register (either due to misspelling, synonyms, etc.)

Usage

1

Arguments

names

A vector of scientific species names.

conn

DB connection with access permission (see natron_connect()).

Value

Returns a dataframe with your species list alongside the three best gueses for taxon in NaTron

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
data("setesdal")
myConnection <- natron_connect("YOUR-USERNAME-HERE")

myNames <- comp_names(
    names = setesdal$scientificName,
    conn = myConnection)

View(myNames)

## End(Not run)

NTNU-VM/natronbatchupload documentation built on Oct. 12, 2019, 5:49 a.m.