Unix and Linux Discussions Tagged with unix scripting |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
409 |
426,801 |
Open Source |
|
|
|
192 |
262,436 |
Open Source |
|
|
|
249 |
284,502 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
6,066 |
Shell Programming and Scripting |
|
|
|
1 |
2,561 |
UNIX for Advanced & Expert Users |
|
|
|
182 |
211,012 |
SuSE |
|
|
|
1 |
5,003 |
Shell Programming and Scripting |
|
|
|
9 |
4,535 |
Shell Programming and Scripting |
|
|
|
11 |
5,196 |
Shell Programming and Scripting |
|
|
|
6 |
14,864 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
32,796 |
Shell Programming and Scripting |
|
|
|
1 |
3,088 |
Shell Programming and Scripting |
|
|
|
4 |
2,814 |
Shell Programming and Scripting |
|
|
|
2 |
2,557 |
Shell Programming and Scripting |
|
|
|
4 |
4,464 |
Shell Programming and Scripting |
|
|
|
54 |
50,057 |
Shell Programming and Scripting |
|
|
|
1 |
3,022 |
Solaris |
|
|
|
61 |
49,378 |
Web Development |
|
|
|
5 |
2,484 |
Shell Programming and Scripting |
|
|
|
2 |
5,455 |
Homework & Coursework Questions |
|
|
|
7 |
17,676 |
Shell Programming and Scripting |
|
|
|
1 |
5,344 |
Shell Programming and Scripting |
|
|
|
54 |
43,227 |
What is on Your Mind? |
|
|
|
29 |
20,965 |
What is on Your Mind? |
|
|
|
11 |
32,695 |
Shell Programming and Scripting |
|
|
|
11 |
29,033 |
Shell Programming and Scripting |
|
|
|
13 |
141,990 |
Shell Programming and Scripting |
|
|
|
6 |
12,843 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
11,381 |
Shell Programming and Scripting |
|
|
|
15 |
54,738 |
Gentoo |
|
|
|
7 |
30,016 |
Shell Programming and Scripting |
|
|
|
3 |
55,065 |
Shell Programming and Scripting |
|
|
|
52 |
375,078 |
Shell Programming and Scripting |
|
|
|
11 |
14,605 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
8,988 |
Shell Programming and Scripting |
|
|
|
10 |
28,533 |
OS X (Apple) |
|
|
|
6 |
5,880 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
14,745 |
Windows & DOS: Issues & Discussions |
|
|
|
12 |
10,134 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
9,860 |
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)