R/duckdb-funs.R
lpad.Rd
Pads the string with the character from the left until it has count characters.
VARCHAR
INTEGER
if (FALSE) { # \dontrun{ lpad('hello', 10, '>') } # }