That reduces the number of possibilities for the file structure to ones that R can probably read, but we need to know more. Try opening a sample file in a text editor to see if it is plain text. If so, you can probably use read.table() or read.csv() to get the file into R. If not, you will need one of the packages that can read Excel files.
------------------------------------- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77840-4352 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kristi Glover Sent: Wednesday, July 17, 2013 2:05 PM To: Bert Gunter Cc: R-help Subject: Re: [R] How to open .WTG file Extension in R? Hi Bert, This is the data related to climate. I can open it in Excel but the problem is I do have 190 files . thanks > Date: Wed, 17 Jul 2013 12:00:58 -0700 > Subject: Re: [R] How to open .WTG file Extension in R? > From: [email protected] > To: [email protected] > CC: [email protected] > > I am wondering what .WTG files have to do with R. > > Care to elaborate? (Suggestion: Read and follow the posting guide) > > Cheers, > Bert > > On Wed, Jul 17, 2013 at 11:48 AM, Kristi Glover > <[email protected]> wrote: > > Hi R user, > > I am wondering how we can open the data file which have .WTG extension? > > Thanks for your help > > cheers, > > KG > > > > [[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. > > > > -- > > Bert Gunter > Genentech Nonclinical Biostatistics > > Internal Contact Info: > Phone: 467-7374 > Website: > http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/p db-biostatistics/pdb-ncb-home.htm [[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. ______________________________________________ [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.

