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 7e0be1a commit 9670ebd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ Let's download worldwide the records of *Panthera tigris* only based on true obs

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

# Plot species records
countries <- rnaturalearth::ne_countries(type = "countries", returnclass = "sv")
Expand Down

0 comments on commit 9670ebd

Please sign in to comment.