search for: curlescap

Displaying 4 results from an estimated 4 matches for "curlescap".

Did you mean: curlescape
2015 Jan 11
0
Bug in URLencode and patch
...ple using just a colon: library("digest") URLencode(":", reserved = TRUE) # [1] "%3a" digest("%3a") # [1] "77fff19a933ae715d006469545892caf" digest("%3A") # [1] "8f270f6ac6fe3260f52293ea1d911093" As an aside, I know that RCurl::curlEscape implements this correctly, but I don't see any reason why URLencode shouldn't comply with RFC 3986. The fix should be relatively simple. Here's updated code for URLencode that simply adds a call to `toupper`: function (URL, reserved = FALSE) { OK <- paste0("[^", if...
2010 Nov 25
3
Is there an implementation for "URL Encoding" (/format) in R?
Hello all, I would like some R function that can translate a string to a "URL encoding" (see here: http://www.w3schools.com/tags/ref_urlencode.asp) Is it implemented? (I wasn't able to find any reference to it) Thanks, Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me:
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...details > > binaryBuffer text html latex example > > chunkToLineReader text html latex example > > Note: removing empty section \value > > complete text html latex example > > curlEscape text html latex example > > curlGlobalInit text html latex example > > curlOptions text html latex example > > Note: unmatched right brace in file 'curlPerform.Rd' on or after line...
2008 May 07
1
[BioC] RCurl loading problem with 64 bit linux distribution
...details > > binaryBuffer text html latex example > > chunkToLineReader text html latex example > > Note: removing empty section \value > > complete text html latex example > > curlEscape text html latex example > > curlGlobalInit text html latex example > > curlOptions text html latex example > > Note: unmatched right brace in file 'curlPerform.Rd' on or after line...