Skip to content

Commit 3bf37b5

Browse files
committed
delete leftover function
1 parent 6035560 commit 3bf37b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/sparsevctrs.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ to_sparse_data_frame <- function(x, object, call = rlang::caller_env()) {
3737
x
3838
}
3939

40-
sparsevctrs::has_sparse_elements <- function(x) {
41-
any(vapply(x, sparsevctrs::is_sparse_vector, logical(1)))
42-
}
43-
4440
is_sparse_matrix <- function(x) {
4541
methods::is(x, "sparseMatrix")
4642
}

0 commit comments

Comments
 (0)