The R Project SVN R

Rev

Rev 59039 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61160
Line 39... Line 39...
39
  RFC1738, \url{http://www.rfc-editor.org/rfc/rfc1738.txt}
39
  RFC1738, \url{http://www.rfc-editor.org/rfc/rfc1738.txt}
40
}
40
}
41
\examples{
41
\examples{
42
(y <- URLencode("a url with spaces and / and @"))
42
(y <- URLencode("a url with spaces and / and @"))
43
URLdecode(y)
43
URLdecode(y)
44
(y <- URLencode("a url with spaces and / and @", reserved=TRUE))
44
(y <- URLencode("a url with spaces and / and @", reserved = TRUE))
45
URLdecode(y)
45
URLdecode(y)
46
URLdecode("ab\%20cd")
46
URLdecode("ab\%20cd")
47
}
47
}
48
\keyword{utilities}
48
\keyword{utilities}