download_ALA_all_families | R Documentation |
Download species occurrence files from the Atlas of Living Australia (ALA) This function downloads family occurrence files from ALA (https://www.ala.org.au/). It assumes that the species list supplied is taxonomically correct. It downloads the species to fiel without returning anything to the global environment
download_ALA_all_families( species_list, your_email, download_path, ala_temp_dir, download_limit, extra_cols, quality_cols )
species_list |
Character vector - List of species binomials to download |
download_path |
Character string - File path for species downloads |
download_limit |
Numeric - How many records can be downloaded at one time? Set by server |
extra_cols |
Character - extra ALA columns, eg environmental vatriables |
quality_cols |
Character - quality ALA columns, eg spatial accuracy |
Data frame of all site records, with global enviro conditions for each record location (i.e. lat/lon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.