On 18.03.2012 15:39, Eric Elguero wrote:
Hi everybody,
I have to run under Ubuntu a programs repeatedly
with different arguments and I am using R just to
generate the data files and call the external program.
basically, in my script I have inside a loop these two lines:
command<- paste(,sep=
Hi everybody,
I have to run under Ubuntu a programs repeatedly
with different arguments and I am using R just to
generate the data files and call the external program.
basically, in my script I have inside a loop these two lines:
command <- paste(,sep="")
system(command,intern=T,wait=T)
when I
2 matches
Mail list logo