Skip to content

Commit

Permalink
#2138 doc: filter to filter_join argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyad committed Nov 29, 2023
1 parent 5b3c9e1 commit fe12854
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/derive_extreme_event.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' functions like `all()` or `any()` can be used in `condition`.
#'
#' For `event_joined()` events the observations are selected by calling
#' `filter_joined()`. The `condition` field is passed to the `filter` argument.
#' `filter_joined()`. The `condition` field is passed to the `filter_join` argument.
#'
#' @param tmp_event_nr_var Temporary event number variable
#'
Expand Down
2 changes: 1 addition & 1 deletion R/derive_vars_extreme_event.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' functions like `all()` or `any()` can be used in `condition`.
#'
#' For `event_joined()` events the observations are selected by calling
#' `filter_joined()`. The `condition` field is passed to the `filter` argument.
#' `filter_joined()`. The `condition` field is passed to the `filter_join` argument.
#'
#' @param tmp_event_nr_var Temporary event number variable
#'
Expand Down
2 changes: 1 addition & 1 deletion man/derive_extreme_event.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/derive_vars_extreme_event.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe12854

Please sign in to comment.