Skip to content

Commit

Permalink
Addresses reverse dep check for get_joined_sub_data(...) using left_j…
Browse files Browse the repository at this point in the history
…oin(..., relationship = "many-to-many" ) (#2655)

Define relationship

Co-authored-by: Stefan Bundfuss <[email protected]>
  • Loading branch information
krlmlr and bundfussr authored Feb 6, 2025
1 parent a6feba3 commit ec6209d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/derive_joined.R
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@ get_joined_sub_data <- function(dataset,
dataset,
dataset_add,
by = vars2chr(by_vars),
suffix = c("", ".join")
suffix = c("", ".join"),
relationship = "many-to-many"
)

if (join_type != "all") {
Expand Down

0 comments on commit ec6209d

Please sign in to comment.