man-roxygen/iterator_methods.R

#' @details
#' \preformatted{
#' getnext(d = 1L, layout = NULL, drop = NULL)
#' collect(layout = "row")
#' reset()
#' }
#' \describe{
#' \item{d}{number of fetched arrangements}
#'
#' \item{layout}{if "row", "column" or "list" is specified, the returned value would be a
#'  "row-major" matrix, a "column-major" matrix or a list respectively}
#'
#' \item{drop}{vectorize a matrix or unlist a list}
#' }
randy3k/arrangements documentation built on May 3, 2023, 8:36 p.m.