Description Usage Arguments Examples
Match spp list to reference list
1 2 3 4  | 
spplist | 
 Input species list, a character vector  | 
ref | 
 Reference taxon data.frame, or file path  | 
against | 
 (character) What column to match against in data.frame. Ignored if a vector given  | 
1 2 3 4 5 6 7 8  | ## Not run: 
x <- c('Salmo trutta', 'Oncorhynchus clarkii', 'Salmo Linnaeus',
'Oncorhynchus clarkii', 'Salvelinus fontinalis', 'Salvelinus confluentus')
y <- system.file("examples", "worms_salmo.csv", package = "splister")
dat <- unique(read.csv(y, stringsAsFactors = FALSE))
matcher(spplist = x, ref = dat, against = "scientificName")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.