We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca3373 commit df51fabCopy full SHA for df51fab
R/occ_count.r
@@ -99,8 +99,11 @@
99
#' occ_count(facet="institutionCode",basisOfRecord="PRESERVED_SPECIMEN")
100
#'
101
#' }
102
-occ_count <- function(...,occurrenceStatus="PRESENT",
103
-curlopts = list(http_version = 2)) {
+occ_count <- function(
+ ...,
104
+ occurrenceStatus = "PRESENT",
105
+ curlopts = list(http_version = 2)
106
+) {
107
args <- list(...)
108
args <- rgbif_compact(c(args,occurrenceStatus=occurrenceStatus))
109
arg_names <- names(args)
0 commit comments