[R] choose.dir

2007-06-08 Thread Antje
Hi all,

I have written a R-script under Windows using choose.dir. Now, I have 
seen that this function is missing at MacOS. Does anybody know an 
alternative?

Antje

__
R-help@stat.math.ethz.ch 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, minimal, self-contained, reproducible code.


Re: [R] choose.dir

2007-05-02 Thread Antje
Thank you. For Windows it works, I'll check whether it also works for Mac :)


Gabor Grothendieck schrieb:
> I don't have a Mac but perhaps this works:
> 
> library(tcltk)
> tclvalue(tkchooseDirectory())
> 
> On 5/2/07, Antje <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>> I have written a R-script under Windows using choose.dir. Now, I have
>> seen that this function is missing at MacOS. Does anybody know an
>> alternative?
>>
>> Antje
>>
>> __
>> R-help@stat.math.ethz.ch 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, minimal, self-contained, reproducible code.
>>
>

__
R-help@stat.math.ethz.ch 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, minimal, self-contained, reproducible code.


Re: [R] choose.dir

2007-05-02 Thread Gabor Grothendieck
I don't have a Mac but perhaps this works:

library(tcltk)
tclvalue(tkchooseDirectory())

On 5/2/07, Antje <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have written a R-script under Windows using choose.dir. Now, I have
> seen that this function is missing at MacOS. Does anybody know an
> alternative?
>
> Antje
>
> __
> R-help@stat.math.ethz.ch 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, minimal, self-contained, reproducible code.
>

__
R-help@stat.math.ethz.ch 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, minimal, self-contained, reproducible code.


[R] choose.dir

2007-05-02 Thread niederlein-rstat
Hi all,

I have written a R-script under Windows using choose.dir. Now, I have
seen that this function is missing at MacOS. Does anybody know an
alternative?

Antje

   
-
Kennt man wirklich jeden über 3 Ecken? Die Antworten gibt's bei Yahoo! Clever.
[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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, minimal, self-contained, reproducible code.


[R] choose.dir

2007-05-02 Thread Antje
Hi all,

I have written a R-script under Windows using choose.dir. Now, I have
seen that this function is missing at MacOS. Does anybody know an
alternative?

Antje

__
R-help@stat.math.ethz.ch 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, minimal, self-contained, reproducible code.