Skip to contents

Escapes the input string by encoding it so that it can be included in a URL query parameter.

Arguments

input

VARCHAR

Examples

if (FALSE) { # \dontrun{
url_encode('this string has/ special+ characters>')
} # }