R/print.isatpanel.R

Defines functions print.isatpanel

Documented in print.isatpanel

#' Printing isatpanel results
#'
#' @param x An isatpanel object.
#' @param ... Further arguments passed to print
#'
#' @return Print output of the 'isatpanel.result' list element of the 'isatpanel' object.
#' @export
#'
#'
print.isatpanel <- function(x, ...){
  gets::print.isat(x$isatpanel.result)
}

Try the getspanel package in your browser

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

getspanel documentation built on June 8, 2025, 12:51 p.m.