From ea11f5a4a7b7d615385d26967e455f578052958f Mon Sep 17 00:00:00 2001 From: sdgamboa Date: Thu, 21 Dec 2023 18:02:26 -0500 Subject: [PATCH] fix typo --- R/taxPPro.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/taxPPro.R b/R/taxPPro.R index 79cf74f..57c5241 100644 --- a/R/taxPPro.R +++ b/R/taxPPro.R @@ -8,7 +8,7 @@ #' @export #' filterData <- function(tbl) { - types <- bugphyzz:::..DISCRETE_ATTRIBUTE_TYPES() + types <- bugphyzz:::.DISCRETE_ATTRIBUTE_TYPES() attr_type <- unique(tbl$Attribute_type) if (attr_type %in% types){ output <- filterDataDiscrete(tbl)