Download created for scientific publication using R package 'spocc' on 23-Jun-2021.
收藏资源简介:
Creation of the linked data set was achieved using R and the 'spocc' package. See DOI ` 10.5281/zenodo.5711873` for an archive of the associated code for the project, and file `220_r_check_species_occurences.r` which will contain the code listed below. Please note that subsequent versions of said file may have been altered, but not the download leading to the archived data set. ``` euk_occ_raw <- occ(query = (euks %>% pull(species)), from = c("gbif", "bison", "inat", "ebird", "vertnet"), limit = 10, start = NULL, page = NULL, geometry = NULL, has_coords = TRUE, throw_warnings = TRUE ) # saveRDS(euk_occ_raw, file = "/Users/paul/Documents/OU_pcm_eukaryotes/Zenodo/R/220_occurence_records_raw.Rdata") euk_occ_raw <- readRDS(file = "/Users/paul/Documents/OU_pcm_eukaryotes/Zenodo/R/220_occurence_records_raw.Rdata") ```



