On Wed, 2007-02-21 at 11:49 -0800, Matthew Bridgman wrote: > the function 'choose.files()' won't work on my mac version of R > Does anyone know of a comparable function? > > Thanks, > Matt
choose.files() is Windows specific. Look at ?file.choose which should be available otherwise. HTH, Marc Schwartz ______________________________________________ [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.
