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:
>
>
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
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
3 matches
Mail list logo