Rdocumentation
powered by
Learn R Programming
htmltools (version 0.3.5)
urlEncodePath: Encode a URL path
Description
Encode characters in a URL path. This is the same as
URLencode
with
reserved = TRUE
except that
/
is preserved.
Usage
urlEncodePath(x)
Arguments
x
A character vector.