Skip to content

Commit bc87fac

Browse files
committed
Fix documentation of default ordering
1 parent ad7ea1c commit bc87fac

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

R/finbif_occurrence.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#' are returned. Most, though not all, variables can be used to order records
1717
#' before they are returned. Ordering is ascending by default. To return in
1818
#' descending order append a `-` to the front of the variable (e.g.,
19-
#' `"-date_start"`). Default order is `"-date_start"` > `"-load_data"` >
20-
#' `"reported_name"`.
19+
#' `"-date_start"`). Default order is `"-date_start"` > `"-load_date"` >
20+
#' `"reported_name"` > `"record_id"`.
2121
#' @param aggregate Character. If `"none"` (default), returns full records. If
2222
#' one or more of `"records"`, `"species"`, `"taxa"`, `"individuals"`,
2323
#' `"pairs"`, `"events"` or `"documents"`; aggregates combinations of the

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ articles:
77
v03_selecting_variables: v03_selecting_variables.html
88
v04_metadata: v04_metadata.html
99
v05_filtering: v05_filtering.html
10-
last_built: 2025-02-28T10:51Z
10+
last_built: 2025-03-06T12:05Z
1111
urls:
1212
reference: https://finbif-docs-dev.netlify.app/reference
1313
article: https://finbif-docs-dev.netlify.app/articles

docs/reference/finbif_occurrence.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

man/finbif_occurrence.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)