bioatles() | R Documentation |
Download species (presences) data from the Bioatles http://bioatles.caib.es. As data in Bioatles is projected in European Datum 1950 (31N), the function also trensform it in Lat/Long Geographic Coordinates System WGS84. bioatles() is based on several functions included in the packages "rvest" (Wickham, 2016) and "xml2" (Wickham et al., 2017). Finally, it saves the data in a csv file.
bioatles(sp_dir = NULL, sp_list = NULL, out_name = "sp_records")
sp_dir |
Directory of the species list |
sp_list |
A csv file name or a vector containing species to be downloaded |
out_name |
Name to the output data set (csv file) |
The aim of this script is to define the function bioatles(), which is used to download species (presences) data from the Bioatles http://bioatles.caib.es. As data in Bioatles is projected in European Datum 1950 (31N), the function also trensform it in Lat/Long Geographic Coordinates System WGS84. bioatles() is based on several functions included in the packages "rvest" (Wickham, 2016) and "xml2" (Wickham et al., 2017). Finally, it saves the data in a csv file.
An csv file with the occurrences in Lat/Long Geographic Coordinates System WGS84.
Xavier Rotllan-Puig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.