Skip to content

Commit 7fd7953

Browse files
committed
drop function added by mistake while working on tidySE
1 parent 0804b7a commit 7fd7953

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

R/utilities.R

-13
Original file line numberDiff line numberDiff line change
@@ -1580,16 +1580,3 @@ get_special_column_name_symbol = function(name){
15801580
feature__ = get_special_column_name_symbol(".feature")
15811581
sample__ = get_special_column_name_symbol(".sample")
15821582

1583-
1584-
is_filer_columns_in_column_selection = function(.data, ...){
1585-
1586-
# columns = enquos(columns)
1587-
tryCatch({
1588-
.data |>
1589-
slice(0) |>
1590-
dplyr::filter(..., .preserve=.preserve)
1591-
1592-
TRUE
1593-
},
1594-
error = function(e) FALSE)
1595-
}

0 commit comments

Comments
 (0)