R/nres.R

#' return the number of result slots in a report
#'
#' @param x the `dataquieR` report (v2.0)
#'
#' @return the number of used result slots
#'
#' @export
nres <- function (x) dim(x)[3L]

Try the dataquieR package in your browser

Any scripts or data that you put into this service are public.

dataquieR documentation built on July 26, 2023, 6:10 p.m.