```R con |> dbGetQuery(" SELECT carat, cut, clarity, color, price FROM diamonds WHERE price > 15000 ") |> as_tibble() ``` looks like <img width="555" alt="Screen Shot 2022-05-26 at 10 28 00" src="https://user-images.githubusercontent.com/4196/170520895-dbb2a885-0bc7-4f0e-b13d-35174d627359.png"> Because, I think, the multi-line string is put in a single span.
looks like
Because, I think, the multi-line string is put in a single span.