[R] problem loading large xlsx file into r

2013-07-21 Thread S N V Krishna
Hi, I am facing trouble when trying to read large xlsx file into R. please find the code and error below. The file I was trying to read has 36,500 rows X 188 col, ~ 37 MB size. > options( java.parameters = "-Xmx4g" ) > library(xlsx) Loading required package: xlsxjars Loading required package:

Re: [R] problem loading large xlsx file into r

2013-07-22 Thread S N V Krishna
s, Krishna -Original Message- From: Jim Holtman [mailto:jholt...@gmail.com] Sent: Monday, July 22, 2013 5:10 PM To: S N V Krishna Cc: r-help@r-project.org Subject: Re: [R] problem loading large xlsx file into r try the "XLConnect" package and if possible change the "xlsx"

[R] EOF error reading csv file

2014-06-20 Thread S N V Krishna
Hi, I am confronted with this error while trying to read csv file into R session. Though it is warning message, I noticed that the whole file was not read properly. After having gone through the whole file, unable to identify error in file. I am copying the last 2 rows in original csv file after

Re: [R] EOF error reading csv file

2014-06-22 Thread S N V Krishna
AM To: Chitra Baniya; S N V Krishna; r-help@r-project.org Subject: RE: [R] EOF error reading csv file The error message "EOF within quoted string" is telling you have an unbalanced " or ' in the .csv file. - David L Carlson Department