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: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] 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: gunter.ber...@gene.com > To: kristi.glo...@hotmail.com > CC: r-help@r-project.org > > 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 > <kristi.glo...@hotmail.com> 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]] > > > > ______________________________________________ > > R-help@r-project.org 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]] ______________________________________________ R-help@r-project.org 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. ______________________________________________ R-help@r-project.org 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.