I often want to check if the code I'm writing inside a for loop works or not.. but as far as I can understand, the plugin always select the whole for loop to exectute.
Isn't it possible to execute just the selected chunk , in the same way RStudio does? (if nothing is selected the whole self-standing block is executed, but if I select a part of the code only this part is executed).
Thank you in advance