I want to use the new pipe operator |>
in Rstudio, but when I use it in any fashion I get the unexpected token '>' flag. For example, writing
"hi" |> print()
gives me
The code, however, executes alright. Why am I getting that error flag, why is the code executing regardless of it, and what should I do to address this?