R/print.index.R

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

    for (i in 1:length(x)) print(x[[i]], ...)
    
    invisible(x)
  
}

Try the PoweR package in your browser

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

PoweR documentation built on May 2, 2019, 2:09 p.m.