Skip to content
Prev 5937 / 63462 Next

String Length Limit (PR#1040)

On Fri, 3 Aug 2001 possolo@crd.ge.com wrote:

            
Yes, that's an R limitation.  Why is it a problem?  I think you would
do better using readLines if it is a line-oriented file.  AFAIK that is
unlimited.

It would be easy to issue a warning, quite a bit harder to remove the limit
(which dates from the days when character strings were in most places
limited to 8191 chars).