Skip to content

Commit

Permalink
deprecating datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Jan 4, 2024
1 parent 1051a72 commit 31341e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/datasets.r
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ datasets <- function(data = 'all',
limit = 100,
start=NULL,
curlopts = list()) {

.Deprecated(msg="datasets() is deprecated since rgbif 3.7.9.")
if (!is.null(type)) type <- toupper(type)

args <- rgbif_compact(list(q = query,
Expand Down

0 comments on commit 31341e8

Please sign in to comment.