make_url_friendly {ptvapi} | R Documentation |
Convert an input to a form that can be used in a URL.
Description
Before a character can be used as part of a html, spaces must be converted to "%20".
Usage
make_url_friendly(input)
Arguments
input |
Character. |
Value
Character.
[Package ptvapi version 2.0.5 Index]