Search code examples
rdplyrrstudiotidyversecode-snippets

Customizing snippets not working on Rstudio


To reduce the workload of inputing the pipelines %>%, I set up a snippet in Rstudio:

snippet pipe
         %>%

But it's not working. I am not sure whether I forgot something?


Solution

  • Because you are a Mac User you could also use Shift+Command+M. I use MacOS myself and think it is really convenient.