Re: [R] R-bash beginner

2011-11-08 Thread Matteo Giani
On 11/07/2011 05:17 PM, David A. wrote: Hi, I am trying to run some R commands into my bash scripts and want to use shell variables in the R commands and store the output of R objects into shell variables for further usage in downstream analyses. So far I have managed the first, but how to get

Re: [R] R-bash beginneR

2011-11-08 Thread David A.
mation for an R function(?) called Rscript in the R utils package that deals with this in some way (that I am not understanding completely), so somehow I think this is not a bad forum to ask. All the best, Dave > Subject: Re: [R] R-bash beginneR > From: jdnew...@dcn.davis.ca.us > Date:

Re: [R] R-bash beginneR

2011-11-07 Thread Jeff Newmiller
This is not an R question. Use the print function in R and use backticks in bash. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go...

[R] R-bash beginner

2011-11-07 Thread David A.
Hi, I am trying to run some R commands into my bash scripts and want to use shell variables in the R commands and store the output of R objects into shell variables for further usage in downstream analyses. So far I have managed the first, but how to get values out of R script? I am using "he