Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
8Ginette8 authored Jan 31, 2025
1 parent 9670ebd commit a3d0a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ library(gbif.range)

### Terrestrial species

Let's download worldwide the records of *Panthera tigris* only based on true observations:
Let's download worldwide the records of *Panthera tigris* only based on true observations from 2000 to now:

``` r
# Download
obs_pt <- get_gbif(sp_name = "Panthera tigris",
time_period = c(2000, 3000),
basis = c("OBSERVATION","HUMAN_OBSERVATION","MACHINE_OBSERVATION","OCCURRENCE"))

# Plot species records
Expand Down

0 comments on commit a3d0a12

Please sign in to comment.