Skip to content

Commit 0b1183b

Browse files
committed
getTable(..., drop=FALSE)
1 parent 321a764 commit 0b1183b

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
@@ -63,7 +63,7 @@ NULL
6363
if (is.character(val)) {
6464
z <- tryCatch(
6565
error=\(e) NULL,
66-
getTable(x, i, val, assay=assay))
66+
getTable(x, i, val, assay=assay, drop=FALSE))
6767
if (!is.null(z)) {
6868
fd <- data.frame(z)
6969
names(fd) <- val

0 commit comments

Comments
 (0)