Skip to content

Commit e89fff9

Browse files
finish documentation
1 parent 69c410a commit e89fff9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/expect-length.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ expect_length <- function(object, n) {
4141
#' [length()] of a vector.
4242
#' @inheritParams expect_that
4343
#' @param shape Expected shape, an integer vector.
44+
#' @param nrow Expected number of rows, numeric.
45+
#' @param ncol Expected number of columns, numeric.
4446
#' @family expectations
4547
#' @export
4648
#' @examples

man/expect_shape.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)