Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
repeat_times <- rep(c(1,2,3), times = 3) repeat_times
[1] 1 2 3 1 2 3 1 2 3