Re: [R] Excel file

2004-07-12 Thread Spencer Graves
o help >manuals > R Data Import/Export and read the section on spreadsheet-like data import. Also you can try ?read.table Francisco From: "Pernilla Karlsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [R] Excel file Date: Mon, 12 Jul 2004 1

RE: [R] Excel file

2004-07-12 Thread S Peri
lp >manuals > R Data > Import/Export and read the section > on spreadsheet-like data import. > Also you can try ?read.table > > Francisco > > > >From: "Pernilla Karlsson" > <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >S

RE: [R] Excel file

2004-07-12 Thread F Z
Hi Pernilla Under menu go to help >manuals > R Data Import/Export and read the section on spreadsheet-like data import. Also you can try ?read.table Francisco From: "Pernilla Karlsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [R] Excel file Date: Mon, 1

[R] Excel File

2004-07-12 Thread Vito Ricci
Hi, We just discussed about this matter last week; see the subject in the mailing list: [R]Importing an Excel file If you do not have complicated items with spaces and special characters and you want some easy copiing on fly just issue in R read.delim("clipboard") after selecting an area in Ex

Re: [R] Excel file

2004-07-12 Thread Uwe Ligges
Pernilla Karlsson wrote: Hi, How do I open an excel file in R? I have save the excel file in unicode text format, but it is not possible to open the file in R. /Pernilla __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-he

Re: [R] Excel file

2004-07-12 Thread Duncan Murdoch
On Mon, 12 Jul 2004 17:17:00 +0200, "Pernilla Karlsson" <[EMAIL PROTECTED]> wrote : >Hi, > >How do I open an excel file in R? I have save the excel file in unicode text >format, but it is not possible to open the file in R. See the R Data Import/Export manual (via Help|Manuals). You probably wan

Re: [R] Excel file

2004-07-12 Thread TEMPL Matthias
-Ursprüngliche Nachricht- Von: TEMPL Matthias Gesendet: Montag, 12. Juli 2004 17:29 An: 'Pernilla Karlsson' Betreff: Re: [R] Excel file It is possible to open the file in R. ?read.table excelfile <- read.table("../file.txt", sep=",", head

[R] Excel file

2004-07-12 Thread Pernilla Karlsson
Hi, How do I open an excel file in R? I have save the excel file in unicode text format, but it is not possible to open the file in R. /Pernilla __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the