Skip to content

Commit a22ea72

Browse files
authored
Fix typo on documentation (#366)
# Pull Request There is a weird [extra line on `join_keys` documentation for value argument](https://insightsengineering.github.io/teal.data/latest-tag/reference/join_keys.html#arg-value). > [i, j, directed = TRUE)]: R:i,\%20j,\%20directed\%20=\%20TRUE)} A typo on the R code is the cause
1 parent 9100800 commit a22ea72

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

R/join_keys.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
2626
#' - either `teal_data` or `join_keys` object to extract `join_keys`
2727
#' - or any number of `join_key_set` objects to create `join_keys`
2828
#' - or nothing to create an empty `join_keys`
29-
#' @param value For `x[i, j, directed = TRUE)] <- value` (named/unnamed `character`)
29+
#' @param value For `x[i, j, directed = TRUE] <- value` (named/unnamed `character`)
3030
#' Column mapping between datasets.
3131
#'
3232
#' For `join_keys(x) <- value`: (`join_key_set` or list of `join_key_set`) relationship
3333
#' pairs to add to `join_keys` list.
3434
#'
35-
#'
3635
#' @return `join_keys` object.
3736
#'
3837
#' @examples

man/join_keys.Rd

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)