R/print.plinkout.R

print.plinkout <- function(plinkout, ...) {
  ### Function to give the plink output file stub without the attributes
  attributes(plinkout) <- NULL
  print(plinkout, ...)
}
tshmak/Rplink documentation built on June 1, 2019, 1:55 a.m.