Skip to content

Commit

Permalink
Update R/join_keys-utils.R
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Chlebowski <[email protected]>
  • Loading branch information
chlebowa authored Jan 12, 2024
1 parent 18d510d commit de4c31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/join_keys-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ assert_parent_child <- function(x) {

#' Helper function to ensuring compatibility between two sets of keys
#'
#' @return Return `TRUE` if compatible, throw error otherwise
#' @return Returns TRUE if successful, otherwise raises error.
#' @keywords internal
assert_compatible_keys2 <- function(x, y) {
# Helper to flatten join_keys / join_key_set
Expand Down

0 comments on commit de4c31c

Please sign in to comment.