We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec100d commit 4965253Copy full SHA for 4965253
R/process_meta.R
@@ -49,7 +49,7 @@ preprocess_meta = function(o, cdt) {
49
"xtab"
50
}
51
} else if ((npp == 1) && is.na(panel.labels[[1]])) {
52
- if (n > 1) {
+ if (n > 1 || any(isdef)) {
53
"wrap"
54
} else {
55
"none"
0 commit comments