Skip to content

Commit 8f73712

Browse files
committed
Fix return type of tiledb_array_has_enumeration
1 parent 2f3a5f1 commit 8f73712

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/Array.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ tiledb_array_delete_fragments_list <- function(
245245
##' Check for Enumeration (aka Factor aka Dictionary)
246246
##'
247247
##' @param arr A TileDB Array object
248-
##' @return A boolean indicating if the array has homogeneous domains
248+
##' @return A logical vector indicating which attribute has enumeration
249249
##' @export
250250
tiledb_array_has_enumeration <- function(arr) {
251251
stopifnot("The 'arr' argument must be a tiledb_array object" = .isArray(arr))

man/tiledb_array_has_enumeration.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)