Skip to content

Commit

Permalink
tdata -> teal_data
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Sep 29, 2023
1 parent db33564 commit a8dd3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/FilteredData-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ init_filtered_data <- function(x, join_keys, code, check) {

#' @keywords internal
#' @export
init_filtered_data.tdata <- function(x, join_keys = teal.data::join_keys(), code = NULL, check = FALSE) { # nolint
init_filtered_data.teal_data <- function(x, join_keys = teal.data::join_keys(), code = NULL, check = FALSE) { # nolint
checkmate::assert_class(code, "CodeClass", null.ok = TRUE)
checkmate::assert_class(join_keys, "JoinKeys")
checkmate::assert_flag(check)
Expand Down

0 comments on commit a8dd3fd

Please sign in to comment.