Re: [R] Bringing tk_choose.files to front

2013-08-21 Thread mmiikkii
Dear Jimbo, Unfortunately I got no answer to this problem so I decided to put the instructions in user manual for the program I am writing...not the best solution, but I cannot think of anything better. If you find out how to solve this in a better way, please share the knowledge. Best

[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