The R Project SVN R

Rev

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

Rev 59039 Rev 62602
Line 6... Line 6...
6
\name{flush.console}
6
\name{flush.console}
7
\alias{flush.console}
7
\alias{flush.console}
8
\title{Flush Output to A Console}
8
\title{Flush Output to A Console}
9
\description{
9
\description{
10
  This does nothing except on console-based versions of \R.
10
  This does nothing except on console-based versions of \R.
11
  On the Mac OS X and Windows GUIs, it ensures that the display of
11
  On the OS X and Windows GUIs, it ensures that the display of
12
  output in the console is current, even if output buffering is on.
12
  output in the console is current, even if output buffering is on.
13
}
13
}
14
\usage{
14
\usage{
15
flush.console()
15
flush.console()
16
}
16
}