library(tcltk) setwd(tclvalue(tkchooseDirectory()))
On 10/14/05, Paul Baer <pbaer at berkeley.edu> wrote:
Is there anyway to have a function prompt the user for a working directory, equivalent to file.choose()?
1 message · Gabor Grothendieck
library(tcltk) setwd(tclvalue(tkchooseDirectory()))
Is there anyway to have a function prompt the user for a working directory, equivalent to file.choose()?