RandomFields (version 2.0.71)

host: System calls

Description

The functions hostname and pid return the host name and the PID, respectively.

Usage

hostname()

pid()

Arguments

Value

  • hostnamereturns a string
  • pidreturns an unsigned integer

Details

If R runs on a unix platform the host name and the PID are returned, otherwise the empty string and naught, respectively.