Tal Galili
2010-Nov-25 15:53 UTC
[R] 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: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- [[alternative HTML version deleted]]
Gustavo Carvalho
2010-Nov-25 15:59 UTC
[R] Is there an implementation for "URL Encoding" (/format) in R?
?URLencode On Thu, Nov 25, 2010 at 3:53 PM, Tal Galili <tal.galili at 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) > > Thanks, > Tal > > > > > > ----------------Contact > Details:------------------------------------------------------- > Contact me: Tal.Galili at gmail.com | ?972-52-7275845 > Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | > www.r-statistics.com (English) > ---------------------------------------------------------------------------------------------- > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >
Romain Francois
2010-Nov-25 16:00 UTC
[R] Is there an implementation for "URL Encoding" (/format) in R?
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, > TalPerhaps ?URLencode -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://bit.ly/9VOd3l : ZAT! 2010 |- http://bit.ly/c6DzuX : Impressionnism with R `- http://bit.ly/czHPM7 : Rcpp Google tech talk on youtube
Duncan Temple Lang
2010-Nov-25 17:51 UTC
[R] Is there an implementation for "URL Encoding" (/format) in R?
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 implementations, spread across different packages. The function curlEscape() in RCurl is one. D.> > Thanks, > Tal > > > > > > ----------------Contact > Details:------------------------------------------------------- > Contact me: Tal.Galili at gmail.com | 972-52-7275845 > Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | > www.r-statistics.com (English) > ---------------------------------------------------------------------------------------------- > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.