Dear list, The documentation of `asplit` currently says (section Details): "apply *always* simplifies common length results, so attempting to split via apply(x, MARGIN, identity) does not work (as it simply gives x)." This may be updated (e.g., by simply removing "always") since `apply` recently gained a `simplify` argument. Best, Thomas