[R] help with guiDlgOpen
Duncan Murdoch
murdoch at stats.uwo.ca
Fri Jun 3 18:48:16 CEST 2005
On 6/3/2005 12:17 PM, Marco Zucchelli wrote:
> Hi,
>
> I am trying to open a file with guidlgOpen. on windows. When the file is in a directory whose name contains a space, the name is splitted into 2, i.e.
>
>>Afile <- guiDlgOpen(title= " Open file",defaultFile="",defaultDir="", multi=FALSE, filters = c("All files (*.*)", "*.*"))
>
>> file
> [1] "C:/Program" "Files/R/Work/dcdc2_levels.txt"
I think that function is in the contributed package svDialogs. You
should probably address your question to its author, Philippe Grosjean
(phgrosjean at sciviews.org).
Duncan Murdoch
More information about the R-help
mailing list