The R Project SVN R

Rev

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

Rev 67899 Rev 68447
Line 39... Line 39...
39
}
39
}
40
\value{
40
\value{
41
  A character string.
41
  A character string.
42
}
42
}
43
\references{
43
\references{
-
 
44
  Internet STD 66 (formerly RFC 3986),
44
  RFC 3986 \url{http://tools.ietf.org/html/rfc3986}
45
  \url{https://tools.ietf.org/html/std66}
45
}
46
}
46
\examples{
47
\examples{
47
(y <- URLencode("a url with spaces and / and @"))
48
(y <- URLencode("a url with spaces and / and @"))
48
URLdecode(y)
49
URLdecode(y)
49
(y <- URLencode("a url with spaces and / and @", reserved = TRUE))
50
(y <- URLencode("a url with spaces and / and @", reserved = TRUE))