Unix and Linux Discussions Tagged with unix scripting basics |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
409 |
422,907 |
Open Source |
|
|
|
192 |
260,145 |
Open Source |
|
|
|
249 |
262,115 |
UNIX for Advanced & Expert Users |
|
|
|
182 |
206,403 |
SuSE |
|
|
|
1 |
4,983 |
Shell Programming and Scripting |
|
|
|
61 |
48,717 |
Web Development |
|
|
|
1 |
5,331 |
Shell Programming and Scripting |
|
|
|
54 |
42,499 |
What is on Your Mind? |
|
|
|
29 |
20,562 |
What is on Your Mind? |
|
|
|
11 |
32,676 |
Shell Programming and Scripting |
|
|
|
11 |
29,005 |
Shell Programming and Scripting |
|
|
|
13 |
141,911 |
Shell Programming and Scripting |
|
|
|
6 |
12,825 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
11,333 |
Shell Programming and Scripting |
|
|
|
15 |
54,291 |
Gentoo |
|
|
|
7 |
29,970 |
Shell Programming and Scripting |
|
|
|
3 |
55,042 |
Shell Programming and Scripting |
|
|
|
52 |
374,721 |
Shell Programming and Scripting |
|
|
|
11 |
14,575 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
8,965 |
Shell Programming and Scripting |
|
|
|
10 |
28,324 |
OS X (Apple) |
|
|
|
6 |
5,862 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
14,629 |
Windows & DOS: Issues & Discussions |
|
|
|
12 |
10,103 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
9,838 |
Shell Programming and Scripting |
|
|
|
4 |
32,509 |
UNIX Desktop Questions & Answers |
|
|
|
3 |
7,272 |
Programming |
|
|
|
4 |
33,521 |
Linux |
|
|
|
7 |
23,533 |
Shell Programming and Scripting |
|
|
|
4 |
15,417 |
Programming |
|
|
|
2 |
5,129 |
Shell Programming and Scripting |
|
|
|
3 |
13,403 |
Shell Programming and Scripting |
|
|
|
4 |
28,047 |
Shell Programming and Scripting |
|
|
|
3 |
9,405 |
Shell Programming and Scripting |
|
|
|
5 |
6,159 |
Shell Programming and Scripting |
|
|
|
2 |
2,987 |
Shell Programming and Scripting |
|
|
|
6 |
58,438 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
30,162 |
Solaris |
|
|
|
11 |
8,058 |
Shell Programming and Scripting |
|
|
|
1 |
23,879 |
Shell Programming and Scripting |
Rscript(1) FSF Rscript(1)
NAME
Rscript - front end for scripting with R
SYNOPSIS
Rscript [--options] [-e expr] file [args]
DESCRIPTION
A binary front-end to R, for use in scripting applications.
expr An optional expression to be evaluated, used in place of expr.
file Input file of R expressions
args Optional further arguments to be processed by commandArgs in the R interpreter.
OPTIONS
--options accepted are
--help Print usage and exit
--version
Print version and exit
--verbose
Print information on progress
--default-packages=list
Where 'list' is a comma-separated set of package names, or 'NULL'
and also options to R (in addition to --slave --no-restore), such as
--save Do save workspace at the end of the session
--no-environ
Don't read the site and user environment files
--no-site-file
Don't read the site-wide Rprofile
--no-init-file
Don't read the user R profile
--restore
Do restore previously saved objects at startup
--vanilla
Combine --no-save, --no-restore, --no-site-file --no-init-file and --no-environ
SEE ALSO
R(1)
R scripting April 2007 Rscript(1)