File: print.R

package info (click to toggle)
r-cran-multicore 0.1-7-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 168 kB
  • sloc: ansic: 833; makefile: 1
file content (1 line) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (2)
1
print.process <- function(x, ...) cat(paste(" ",class(x)[1],": processID=",x$pid,"\n",sep=''))