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 69a8cdd commit 49d7c78Copy full SHA for 49d7c78
src/library/base/man/lengths.Rd
@@ -1,6 +1,6 @@
1
% File src/library/base/man/lengths.Rd
2
% Part of the R package, https://www.R-project.org
3
-% Copyright 1995-2023 R Core Team
+% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
5
6
\name{lengths}
@@ -41,7 +41,7 @@ lengths(x, use.names = TRUE)
41
except when any element has a length of more than
42
\eqn{2^{31}-1}{2^31 - 1} elements, when it returns a double vector.
43
When \code{use.names} is true, the names are taken from the names on
44
- \code{x}, if any.
+ \code{x}, if any. The result has the same dimensions as \code{x}.
45
}
46
\seealso{
47
\code{\link{length}} for getting the length of any \R object.
0 commit comments