R/resnames.R

Defines functions resnames

Documented in resnames

#' Return names of result slots (e.g., 3rd dimension of dataquieR results)
#'
#' @param x the objects
#'
#' @return character vector with names
#' @export
resnames <- function(x) {
  UseMethod("resnames")
}

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.