Hi,

you can try close R and run R again for getting and saving another csv.

Or if your max(x) is too big, try split into 4, or 5 or even more like:

1:(max(x)/4)

and next run: 

(max(x)/4+1) : (max(x)/2) etc


hope this helps,
JL 

--
View this message in context: 
http://r.789695.n4.nabble.com/Result-too-long-a-vector-tp4099970p4102700.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.

Reply via email to