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