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