Skip to content

Commit

Permalink
Update get_gbif.R
Browse files Browse the repository at this point in the history
  • Loading branch information
8Ginette8 authored Feb 4, 2025
1 parent aafa396 commit 098f524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/get_gbif.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
#' Description may be found here: https://docs.gbif.org/course-data-use/en/basis-of-record.html,
#' https://gbif.github.io/parsers/apidocs/org/gbif/api/vocabulary/BasisOfRecord.html.
#' @param add_infos Character. Infos that may be added to the default output information.
#' List of IDs may be found at: https://www.gbif.org/developer/occurrence.
#' List of IDs may be found at: https://techdocs.gbif.org/en/data-use/download-formats.
#' Default IDs contain 'taxonKey', 'scientificName', 'acceptedTaxonKey',
#' 'acceptedScientificName', 'individualCount', 'decimalLatitude', 'decimalLongitude',
#' 'basisOfRecord', 'coordinateUncertaintyInMeters', 'countryCode', 'country', 'year', 'datasetKey',
#' 'institutionCode', 'publishingOrgKey', 'taxonomicStatus' and 'taxonRank'.
#' 'institutionCode', 'publishingOrgKey', 'taxonomicStatus', 'taxonRank' and 'degreeOfEstablishment'.
#' @param time_period Numerical vector. Observations will be downloaded according to the chosen
#' year range. Default is c(1000,3000). Observations with year = NA are kept by default.
#' @param identic_xy Logical. Should records with identical xy be kept?
Expand Down Expand Up @@ -714,4 +714,4 @@ get_gbif = function(sp_name = NULL,
} else {
return(cbind(input.search=sp_name,gbif_correct))
}
}
}

0 comments on commit 098f524

Please sign in to comment.