Displaying 1 result from an estimated 1 matches for "basictextgath".
Did you mean:
  basictextgather
  
2013 Apr 24
0
string size limits in RCurl
...st(userpwd = paste(user, ":", key, sep = ""),
                      httpheader = "Content-Type: application/json")
    request <- paste(.base.url, q, sep = "")
    txt <- getURL(url = request, curl = session, .opts = curl.opts,
                  write = basicTextGatherer())
or
    r = dynCurlReader()
    curlPerform(url = request, writefunction = r$update, curl = session,
                .opts = curl.opts)
My guess is that the `update` or `value` functions in the `basicTextGather` or `dynCurlReader` text handler objects are having trouble with the large stri...