get_col_search | R Documentation |
Get Catalogue of Life (COL) Search Results
get_col_search(name, format = "json", response = "terse", start = 0)
name |
(character) String to search for. Must be at least 3 characters. Only exact matches are returned, unless a wildcard (*) is appended (allowed only at the end of the string). |
format |
(character) Result format: "json", "xml", or "php". |
response |
(character) Result type: "terse" (up to 500 results) or "full" (up to 50 results). |
start |
(numeric) Index of the first record to return. |
http://webservice.catalogueoflife.org/col/webservice
Other COL functions: build_col_scientific_name
,
get_col_page
, parse_col_page
,
parse_col_search
s <- get_col_search("Malus domestica")
str(httr::content(s))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.