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 d0b7491 commit a88f4abCopy full SHA for a88f4ab
R/expect-shape.R
@@ -8,7 +8,7 @@
8
#' @inheritParams expect_that
9
#' @param ... Ignored.
10
#' @param length Expected [length()] of `object`.
11
-#' @param nrow,nrow Expected [nrow()]/[ncol()] of `object`.
+#' @param nrow,ncol Expected [nrow()]/[ncol()] of `object`.
12
#' @param dim Expected [dim()] of `object`.
13
#' @family expectations
14
#' @export
0 commit comments