powered by
A thin wrapper around paste0(x, collapse = '\\n') to standardize the way qryflow collapses SQL lines.
paste0(x, collapse = '\\n')
collapse_sql_lines(x)
a character vector of length 1
character vector of SQL lines
path <- example_sql_path() lines <- read_sql_lines(path) sql <- collapse_sql_lines(lines)
Run the code above in your browser using DataLab