R/print.winsteps.R

Defines functions print.winsteps

Documented in print.winsteps

print.winsteps <- function(x, ...) {

  cat("\nWinsteps Run", x$cmd$title, "\n\n")
  cat("Date:   ", x$daterun, "\n")
  cat("Seconds:", x$comptime["elapsed"], "\n")
  cat("Items:  ", nrow(x$ifile), "\n")
  cat("Persons:", nrow(x$pfile), "\n\n")
}

Try the Rwinsteps package in your browser

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

Rwinsteps documentation built on May 2, 2019, 1:08 p.m.