Skip to content

Commit a10f331

Browse files
committed
revert to drop=TRUE for matching table values properly
1 parent c97d0e3 commit a10f331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/plotFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ NULL
6464
if (is.character(val)) {
6565
z <- tryCatch(
6666
error=\(e) NULL,
67-
getTable(x, i, val, assay=assay, drop=FALSE))
67+
getTable(x, i, val, assay=assay))
6868
if (!is.null(z)) {
6969
fd <- data.frame(z)
7070
names(fd) <- val

0 commit comments

Comments
 (0)