On 18-Oct-07 11:56:48, erkan yanar wrote:
>
> Ist there a possibility to write a R-Script using something like
>
>#!/usr/bin/R
> and then alle the requestet commands?
>
> Of course "R CMD BATCH" exists, but there was (for me) no
> possibility to write something like a HERE-script.
> regards
> er
Thx
erkan
--
über den grenzen muß die freiheit wohl wolkenlos sein
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, mi
[erkan yanar]
>Ist there a possibility to write a R-Script using something like
>#!/usr/bin/R
>and then alle the requestet commands?
You could use:
#!/usr/bin/env Rscript
(or if you happen to be sure of the location of the program):
#!/usr/local/bin/Rscript
See ?Rscript for more inform
Ist there a possibility to write a R-Script using something like
#!/usr/bin/R
and then alle the requestet commands?
Of course "R CMD BATCH" exists, but there was (for me) no
possibility to write something like a HERE-script.
regards
erkan
--
über den grenzen muß die freiheit wohl wolkenlos
4 matches
Mail list logo