Skip to content

Anything like dir.choose (similar to file.choose) in R?

1 message · Liaw, Andy

#
If you can use the `tcltk' package, Prof. John Fox had pointed this out to
me before:

dir <- tclvalue(tkchooseDirectory())

Andy