R/duckdb-funs.R
url_encode.Rd
Escapes the input string by encoding it so that it can be included in a URL query parameter.
VARCHAR
if (FALSE) { # \dontrun{ url_encode('this string has/ special+ characters>') } # }