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 and epithet separated by space. More than one should be concatenated in a vector |
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 & Andrea Sánchez-Tapia