URLencode | R Documentation |
See the original description in utils::URLencode
.
Argument repeated
is backported.
URLencode(URL, reserved = FALSE, repeated = FALSE)
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_URLencode = getFromNamespace("URLencode", "backports")
URLdecode(z <- "ab%20cd")
c(bp_URLencode(z), bp_URLencode(z, repeated = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.