Re: [R] Bringing tk_choose.files to front

2013-08-21 Thread mmiikkii
. Best Miki From: jimbo616 [via R] [mailto:ml-node+s789695n4673676...@n4.nabble.com] Sent: Tuesday, August 13, 2013 10:04 PM To: mmiikkii Subject: Re: Bringing tk_choose.files to front I have this same problem-- the file browser window opens behind RStudio with no indication to the user that

[R] Bringing tk_choose.files to front

2013-02-08 Thread mmiikkii
I want to make a script in R (I use RStudio if it matters) in which the user chooses the initial data file interactively using tk_choose.files the code goes like this: fname1<-tk_choose.files(default = "", caption = "Choose file",multi = FALSE, filters = NULL, index = 1) however, it pops out new