From a8dd3fdef3cb566636b68e398cdeecc16301e4e5 Mon Sep 17 00:00:00 2001 From: go_gonzo Date: Fri, 29 Sep 2023 15:21:52 +0200 Subject: [PATCH] tdata -> teal_data --- R/FilteredData-utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/FilteredData-utils.R b/R/FilteredData-utils.R index abf06c707..8e8677981 100644 --- a/R/FilteredData-utils.R +++ b/R/FilteredData-utils.R @@ -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)