[R] Is there an implementation for URL Encoding (/format) in R?

2010-11-25 Thread Tal Galili
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

Re: [R] Is there an implementation for URL Encoding (/format) in R?

2010-11-25 Thread Gustavo Carvalho
?URLencode On Thu, Nov 25, 2010 at 3:53 PM, Tal Galili tal.gal...@gmail.com wrote: 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)

Re: [R] Is there an implementation for URL Encoding (/format) in R?

2010-11-25 Thread Romain Francois
Le 25/11/10 16:53, Tal Galili a écrit : 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 Perhaps ?URLencode -- Romain

Re: [R] Is there an implementation for URL Encoding (/format) in R?

2010-11-25 Thread Duncan Temple Lang
On 11/25/10 7:53 AM, Tal Galili wrote: 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) I expect there are several

Re: [R] Is there an implementation for URL Encoding (/format) in R?

2010-11-25 Thread Tal Galili
Thank you Duncan, Romain and Gustavo for referring me to both: URLencode and curlEscape I see that both functions work great for English, but fail to provide with the proper translation for Hebrew characters. For example, the word שלום (Peace, in Hebrew) Should be this: