R/duckdb-funs.R
split.Rd
Splits the string along the separator.
string
separator
VARCHAR
if (FALSE) { # \dontrun{ string_split('hello-world', '-') } # }