Re: [R] Problem reading dates from Excel

2013-02-08 Thread Orvalho Augusto
I do not promise much. But try to use XLConnect package. It requires rJava package which requires java on your system. Good luck Orvalho On Fri, Feb 8, 2013 at 8:55 PM, Edwin Isensee wrote: > I'm using the read.xls function from gdata package to read one Excel file, > like the example below: > >

Re: [R] Problem reading dates from Excel

2013-02-08 Thread Ben Bolker
David Winsemius comcast.net> writes: > On Feb 8, 2013, at 10:55 AM, Edwin Isensee wrote: > > > I'm using the read.xls function from gdata package to read one Excel file, > > like the example below: > > > > library(gdata) > > my_file <- '/Users/Desktop/Project.xlsx' > > valores <- read.xls(my_fi

Re: [R] Problem reading dates from Excel

2013-02-08 Thread David Winsemius
On Feb 8, 2013, at 10:55 AM, Edwin Isensee wrote: > I'm using the read.xls function from gdata package to read one Excel file, > like the example below: > > library(gdata) > my_file <- '/Users/Desktop/Project.xlsx' > valores <- read.xls(my_file) > > The problem is: one of the columns at the Exc