Search code examples
rrstudiobookmarks

How to bookmark lines of code in RStudio?


In Matlab I can bookmark lines of code and cycle through my bookmarks with, I think it was F12.

Very handy! Can I do something similar in Rstudio?


Solution

  • Without using additional add-ons you can use hashtags #### COMMENT #### or left click next to the linenumber to set a bookmark to this line.Exmaple Here