"Unexpected token" code diagnostic issue when piping string with line break in RStudio 1.3

After upgrading from RStudio 1.2 to 1.3, I'm getting an RStudio code diagnostic error when piping a string that contains a line break into a function. The code runs through just fine.

I routinely pipe SQL queries into odbc::dbGetQuery, which is why I originally noticed this, but it seems to happen with any string that contains a new line, like this:

I'm on Windows, if that helps.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.