Closed mb706 closed 4 years ago
this line suggests it should be possible to have simplify = "array", but at least the documentation and argument checks only allow simplify to be a logical(1).
simplify = "array"
simplify
logical(1)
this line suggests it should be possible to have
simplify = "array"
, but at least the documentation and argument checks only allowsimplify
to be alogical(1)
.