View source: R/bird_names_from_text.R
bird_names_from_text | R Documentation |
Extract bird species names from text.
bird_names_from_text(x)
x |
one or more character strings, e.g. a database notes field. Will recognize alpha codes and common names. |
A character vector of same length as x. If multiple bird species names exist in each element of x, they will be separated by an underscore in the output vector.
test_text <- c("Bald Eagle and White-tailed Kite and WREN are birds.",
"The Great Blue Heron is taller than the Snowy Egret")
bird_names_from_text(test_text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.