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 49d7c78 commit 947980cCopy full SHA for 947980c
src/library/base/man/lengths.Rd
@@ -57,6 +57,7 @@ airquality$avgOz <- rep(unlist(avgOz, use.names=FALSE), lengths(l))
57
airquality$avgOz <- unsplit(avgOz, airquality$Month)
58
59
## should always be true, except when a length does not fit in 32 bits
60
+## or l has dimensions
61
stopifnot(identical(lengths(l), vapply(l, length, integer(1L))))
62
63
## empty lists are not a problem
0 commit comments