Skip to content

Commit

Permalink
docs: add join_keys to pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 9, 2023
1 parent 8de177a commit 16d7585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/tdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ get_code_tdata <- function(data) {
get_code(data)
}

#' Extract `JoinKeys` from `tdata`
#' @rdname join_keys
#' Extract `join_keys` from `tdata`
#' @param data (`tdata`) object
#' @export
join_keys.tdata <- function(data) { # nolint
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ reference:
- get_metadata
- tdata2env
- show_rcode_modal
- join_keys.tdata
# - title: Functions Moved to Other Packages
# desc: These functions have been moved from teal and will be deprecated
# contents:
Expand Down
4 changes: 2 additions & 2 deletions man/join_keys.Rd → man/join_keys.tdata.Rd

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

0 comments on commit 16d7585

Please sign in to comment.