| Line 6... |
Line 6... |
| 6 |
1) Interactively in an MSDOS / Commands window.
|
6 |
1) Interactively in an MSDOS / Commands window.
|
| 7 |
2) In batch mode by redirecting its input from a file or pipe.
|
7 |
2) In batch mode by redirecting its input from a file or pipe.
|
| 8 |
3) As a slave process for ESS mode in NTEmacs with flag --ess.
|
8 |
3) As a slave process for ESS mode in NTEmacs with flag --ess.
|
| 9 |
|
9 |
|
| 10 |
Its purpose is to provide something similar to the main Unix interface
|
10 |
Its purpose is to provide something similar to the main Unix interface
|
| 11 |
for R, including a batch capability.
|
11 |
for R, including a batch capability. The command-line arguments are
|
| - |
|
12 |
the same as those for RGui.exe and are documented in `An Introduction
|
| - |
|
13 |
to R' in the section `Invoking R under Windows' (--mdi and --sdi are
|
| - |
|
14 |
accepted but do nothing). Batch use is covered in the rw-FAQ Q2.10.
|
| 12 |
|
15 |
|
| 13 |
In interactive use the interpreter can be interrupted by Ctrl-C or
|
16 |
In interactive use the interpreter can be interrupted by Ctrl-C or
|
| 14 |
Ctrl-Break. Input is interpreted as-is except for the keys
|
17 |
Ctrl-Break. Input is interpreted as-is except for the keys
|
| 15 |
interpreted by getline (see below) and that special characters
|
18 |
interpreted by getline (see below) and that special characters
|
| 16 |
can be entered by Alt+numerical-key-pad sequences of up to 3 characters,
|
19 |
can be entered by Alt+numerical-key-pad sequences of up to 3 characters,
|