Hi @alvaromc , if I understan well you need navigate fast in the script because the code is so long.
I dont find any shortcut to do this, maybe you could create or edit it.
However, Im could suggest you, try to work with more order in the script, insert sessions and titles, and finally close the arrows for make more short the code. Next you can run a graet portion of code.
# Insert code section
# press Ctrl+Shift+R
You create a short section and could close when put clic in the arrow. Like this:
In this order of ideas, you could make clic in the all arrows and easily hide its and highlight long code and run.
# press Ctrl+Shift+R
# Topic 1 -----------------------------------------------------------------
d <- c(1,2,4,57,3,23424)
p <- c(12,356,45,8546,845)
# Topic 2 -----------------------------------------------------------------
dat <- data.frame(cbind(d,p))
as.data.frame(dat)
# Topic 3 -----------------------------------------------------------------
hist(dat$p)