https://github.com/cran/RandomFields
Revision 85f8981027034c4f82451bfc32a4722d54d72e98 authored by Martin Schlather on 12 September 2004, 00:00:00 UTC, committed by Gabor Csardi on 12 September 2004, 00:00:00 UTC
1 parent 862f558
Raw File
Tip revision: 85f8981027034c4f82451bfc32a4722d54d72e98 authored by Martin Schlather on 12 September 2004, 00:00:00 UTC
version 1.1.19
Tip revision: 85f8981
hostname.Rd
\name{host}
\alias{hostname}
\alias{pid}

\title{System calls}
\description{
  The functions \code{hostname} and \code{pid} return
  the host name and the PID, respectively.
}
\usage{
hostname()

pid()
}

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

  \item{hostname}{returns a string}

  \item{pid}{returns an unsigned integer}
  
}

\author{Martin Schlather, \email{martin.schlather@cu.lu}
  \url{http://www.cu.lu/~schlathe}}


\keyword{sysdata}
\keyword{utilities}










%  LocalWords:  pid unix Schlather url
back to top