The R Project SVN R

Rev

Rev 24239 | Rev 42333 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24239 Rev 27625
Line 11... Line 11...
11
  \item{time}{The time interval to suspend execution for, in seconds.}
11
  \item{time}{The time interval to suspend execution for, in seconds.}
12
}
12
}
13
\details{
13
\details{
14
  Using this function allows \R to be given very low priority and hence
14
  Using this function allows \R to be given very low priority and hence
15
  not to interfere with more important foreground tasks. A typical use
15
  not to interfere with more important foreground tasks. A typical use
16
  is to allow a process lauched from \R to set itself up and read its
16
  is to allow a process launched from \R to set itself up and read its
17
  input files before \R execution is resumed.
17
  input files before \R execution is resumed.
18
  
18
  
19
  The intention is that this function suspends execution of \R
19
  The intention is that this function suspends execution of \R
20
  expressions but wakes the process up often enough to respond to GUI
20
  expressions but wakes the process up often enough to respond to GUI
21
  events, typically every 0.5 seconds.
21
  events, typically every 0.5 seconds.