rjabot | R Documentation |
This function gets occurrence data in Jabot's API (http://servicos.jbrj.gov.br/jabot/). Providing a scientific name for a species is mandatory.
rjabot(dir = "results/", filename = "output", species = NULL)
dir |
Path to directory where the file will be saved. Default is to create a "results/" directory |
filename |
Name of the output file |
species |
Genus or genus and epithet separated by space. More than one species can be concatenated into a vector. The request cannot be done with more than 50 species at a time. Use lapply, or any sort of loop when dealing with multiple species. |
A list of two elements. The first element is a character string containing the url search and the second element is a data.frame with the search result. It also saves the output on disk
Sara Mortara
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.