urlEncodePath {htmltools} | R Documentation |
Encode a URL path
Description
Encode characters in a URL path. This is the same as
utils::URLencode()
with reserved = TRUE
except that
/
is preserved.
Usage
urlEncodePath(x)
Arguments
x |
A character vector. |
[Package htmltools version 0.5.8.1 Index]