Skip to content

Commit

Permalink
fix: add missing param docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Aug 28, 2023
1 parent f219a0c commit a935edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/relational-rel.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ rel_order <- function(rel, orders, ...) {
#' @param right the right-hand-side relation object
#' @param conds a list of DuckDB expressions to use for the join
#' @param join type of join
#' @param join_ref_type ref type of join
#' @return a new relation object resulting from the join
#' @export
#' @examples
Expand Down
2 changes: 2 additions & 0 deletions man/rel_join.Rd

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

0 comments on commit a935edd

Please sign in to comment.