The R Project SVN R

Rev

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

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