DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
Basic Command Line |
The basic MS/Windows command line GUI provides a menu-based system to access some of the meta-functionality of R, such as to load and install packages. By default it uses a multiple document interface (MDI) so that all R windows open up in a single Rgui frame. To use a Single Document Interface (SDI) choose the appropriate option under Single or multiple windows, which you can find under the GUI preferences of the Edit menu. Then save the configuration in the default Rconsole file, and restart R.
To interrupt a running R command simply type Ctrl-C
. To exit
from R use the q function:
> q() Save workspace image? [y/n/c]: n |
.RData
.
Copyright © Togaware Pty Ltd Support further development through the purchase of the PDF version of the book.