Unix and Linux Discussions Tagged with unix scripting |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
249 |
154,960 |
UNIX for Advanced & Expert Users |
|
|
|
409 |
268,317 |
Open Source |
|
|
|
192 |
132,553 |
Open Source |
|
|
|
9 |
3,860 |
Shell Programming and Scripting |
|
|
|
1 |
1,500 |
UNIX for Advanced & Expert Users |
|
|
|
182 |
144,377 |
SuSE |
|
|
|
1 |
2,481 |
Shell Programming and Scripting |
|
|
|
9 |
2,730 |
Shell Programming and Scripting |
|
|
|
11 |
3,004 |
Shell Programming and Scripting |
|
|
|
6 |
13,492 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
26,122 |
Shell Programming and Scripting |
|
|
|
1 |
1,827 |
Shell Programming and Scripting |
|
|
|
4 |
1,681 |
Shell Programming and Scripting |
|
|
|
2 |
1,683 |
Shell Programming and Scripting |
|
|
|
4 |
2,862 |
Shell Programming and Scripting |
|
|
|
54 |
11,659 |
Shell Programming and Scripting |
|
|
|
1 |
2,212 |
Solaris |
|
|
|
61 |
34,290 |
Web Development |
|
|
|
5 |
1,701 |
Shell Programming and Scripting |
|
|
|
2 |
2,929 |
Homework & Coursework Questions |
|
|
|
7 |
12,367 |
Shell Programming and Scripting |
|
|
|
1 |
4,051 |
Shell Programming and Scripting |
|
|
|
54 |
27,725 |
What is on Your Mind? |
|
|
|
29 |
14,366 |
What is on Your Mind? |
|
|
|
11 |
28,607 |
Shell Programming and Scripting |
|
|
|
11 |
24,994 |
Shell Programming and Scripting |
|
|
|
13 |
137,496 |
Shell Programming and Scripting |
|
|
|
6 |
10,990 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,323 |
Shell Programming and Scripting |
|
|
|
15 |
42,957 |
Gentoo |
|
|
|
7 |
23,993 |
Shell Programming and Scripting |
|
|
|
3 |
51,693 |
Shell Programming and Scripting |
|
|
|
52 |
293,793 |
Shell Programming and Scripting |
|
|
|
11 |
12,256 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
6,866 |
Shell Programming and Scripting |
|
|
|
10 |
22,445 |
OS X (Apple) |
|
|
|
6 |
4,288 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
11,446 |
Windows & DOS: Issues & Discussions |
|
|
|
12 |
7,365 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
7,314 |
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)