Skip to content

Commit

Permalink
adding @return tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Jan 12, 2024
1 parent 3e071ad commit 18d510d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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 TRUE if compatible, throw error otherwise
#' @return Return `TRUE` if compatible, throw error otherwise
#' @keywords internal
assert_compatible_keys2 <- function(x, y) {
# Helper to flatten join_keys / join_key_set
Expand Down
5 changes: 4 additions & 1 deletion man/assert_compatible_keys2.Rd

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

0 comments on commit 18d510d

Please sign in to comment.