R/print_rollmatch.R

Defines functions print_rollmatch

print_rollmatch <- function(wrkr){
  cat("\nCall: ", deparse(wrkr$call), sep = "\n")
  cat("\nSummary:\n")
  print.table(wrkr$summary)
  cat("\n")
}

Try the rollmatch package in your browser

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

rollmatch documentation built on July 8, 2020, 6:56 p.m.