In RStudio, we can set Ctrl + Shift + M
to give us %>%
or |>
.
Correct me if I am wrong, but it is my understanding that if I intend to use both pipes and want separate keyboard shortcuts for each one, say Ctrl + Shift + M
for %>%
and Ctrl + Shift + P
for |>
, then I have to create an RStudio addin as described here?
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.