| gbif_names | R Documentation | 
View highlighted terms in name results from GBIF.
gbif_names(input, output = NULL, browse = TRUE)
| input | Input output from occ_search | 
| output | Output folder path. If not given uses temporary folder. | 
| browse | (logical) Browse output (default:  | 
## Not run: 
# browse=FALSE returns path to file
gbif_names(name_lookup(query='snake', hl=TRUE), browse=FALSE)
(out <- name_lookup(query='canada', hl=TRUE, limit=5))
gbif_names(out)
gbif_names(name_lookup(query='snake', hl=TRUE))
gbif_names(name_lookup(query='bird', hl=TRUE))
# or not highlight
gbif_names(name_lookup(query='bird', limit=200))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.