Unix and Linux Discussions Tagged with shell scripting |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
409 |
426,768 |
Open Source |
|
|
|
192 |
262,414 |
Open Source |
|
|
|
249 |
284,315 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
9,469 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,579 |
UNIX for Beginners Questions & Answers |
|
|
|
15 |
42,669 |
Shell Programming and Scripting |
|
|
|
3 |
18,620 |
Shell Programming and Scripting |
|
|
|
4 |
8,352 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
14,638 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
7,569 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,284 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
6,003 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,654 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
13,046 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
5,966 |
Shell Programming and Scripting |
|
|
|
2 |
2,549 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,309 |
Shell Programming and Scripting |
|
|
|
2 |
2,220 |
Shell Programming and Scripting |
|
|
|
3 |
3,522 |
Shell Programming and Scripting |
|
|
|
11 |
6,774 |
Shell Programming and Scripting |
|
|
|
6 |
3,565 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,934 |
Shell Programming and Scripting |
|
|
|
8 |
8,638 |
Shell Programming and Scripting |
|
|
|
1 |
2,739 |
Shell Programming and Scripting |
|
|
|
4 |
3,358 |
Shell Programming and Scripting |
|
|
|
2 |
2,747 |
Shell Programming and Scripting |
|
|
|
1 |
4,705 |
Shell Programming and Scripting |
|
|
|
3 |
2,948 |
Shell Programming and Scripting |
|
|
|
4 |
2,716 |
Shell Programming and Scripting |
|
|
|
7 |
4,163 |
Shell Programming and Scripting |
|
|
|
5 |
14,256 |
Shell Programming and Scripting |
|
|
|
1 |
3,889 |
Shell Programming and Scripting |
|
|
|
4 |
16,227 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,082 |
Shell Programming and Scripting |
|
|
|
18 |
6,102 |
Shell Programming and Scripting |
|
|
|
4 |
3,849 |
Shell Programming and Scripting |
|
|
|
6 |
3,018 |
Shell Programming and Scripting |
|
|
|
9 |
4,348 |
Shell Programming and Scripting |
|
|
|
1 |
3,752 |
Shell Programming and Scripting |
|
|
|
1 |
5,228 |
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)