use my brevity.
>
> Mike Marchywka wrote:
>>
>> --
>> > Date: Tue, 5 Apr 2011 13:37:12 +0530
>> > From: nandan.a...@gmail.com
>> > To: rasanpreet.k...@gmail.com
>> > CC: r-help@r-project.org
>> > Subject: Re: [R] system() command in R
>> >
. Please excuse my brevity.
Mike Marchywka wrote:
_
> Date: Tue, 5 Apr 2011 13:37:12 +0530 > From: nandan.a...@gmail.com > To:
> rasanpreet.k...@gmail.com > CC: r-help@r-project.org > Subject: Re: [R]
> system() command in R >
> Date: Tue, 5 Apr 2011 13:37:12 +0530
> From: nandan.a...@gmail.com
> To: rasanpreet.k...@gmail.com
> CC: r-help@r-project.org
> Subject: Re: [R] system() command in R
>
> On 4 April 2011 16:54, rasanpreet kaur suri wrote
Hi,
The further steps do not get executed because the server keeps
waiting. and they are in the same function as the start server.
if server started manually then they run normally from the R environment. Is
that what you wanted to know? I hope I answered it .
On Tue, Apr 5, 2011 at 1
On 4 April 2011 16:54, rasanpreet kaur suri wrote:
> Hi all,
> I have a local server insalled on my system and have to start that from
> within my R function.
>
> here is how I start it:
>
> cmd<-"sh start-server.sh"
>
> system(cmd, wait=FALSE)
>
> My function has to start the server and proceed w
Hi all,
I have a local server insalled on my system and have to start that from
within my R function.
here is how I start it:
cmd<-"sh start-server.sh"
system(cmd, wait=FALSE)
My function has to start the server and proceed with further steps. The
server starts but the further steps of the prog
6 matches
Mail list logo