Dear list,
I can't use the choose.files for list the 2,000 files in directory.
# list files
> names <- (tk_choose.files(default = "", caption = "Select the files
",
+ multi = TRUE, filters = Filt,
+ index = 1))
>
>
> names
character(0)
# names is empty!!!! ERROR
obs.: this ERROR occurred in the Windows. Already in MAC OS Lion, this
function (tk_choose.files) did not make this mistake.
Thanks
Julio
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.