url_escape | R Documentation |
Escape and unescape urls.
url_escape(x, reserved = "")
url_unescape(x)
x |
A character vector of urls. |
reserved |
A string containing additional characters to avoid escaping. |
url_escape("a b c")
url_escape("a b c", "")
url_unescape("a%20b%2fc")
url_unescape("%C2%B5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.