New placeholder in the RStudio IDE

The new placeholder _ gives me an unexpected token red cross in the RStudio IDE. And it's underlined red. Example:

mtcars |> row.names() |> grep("Merc", x = _)
#> [1]  8  9 10 11 12 13 14

Created on 2022-04-25 by the reprex package (v2.0.1)

Maybe this happens because the placeholder is brand new.
RStudio 2022.02.1+461 "Prairie Trillium" on Windows 11

Why don't you file an issue here?

Try the daily build for 2202.02. I think it fixed that.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.