Skip to content

Commit df51fab

Browse files
jhnwllrCopilot
andauthored
Update R/occ_count.r
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0ca3373 commit df51fab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

R/occ_count.r

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,11 @@
9999
#' occ_count(facet="institutionCode",basisOfRecord="PRESERVED_SPECIMEN")
100100
#'
101101
#' }
102-
occ_count <- function(...,occurrenceStatus="PRESENT",
103-
curlopts = list(http_version = 2)) {
102+
occ_count <- function(
103+
...,
104+
occurrenceStatus = "PRESENT",
105+
curlopts = list(http_version = 2)
106+
) {
104107
args <- list(...)
105108
args <- rgbif_compact(c(args,occurrenceStatus=occurrenceStatus))
106109
arg_names <- names(args)

0 commit comments

Comments
 (0)