I can't find how to do this, but it would be great.
I am doing a lot of converting .r scripts to .rmd R Markdown.
This involves creating code chunks.
The flow I have is Ctrl+Alt+i
to insert an empty code chunk, then move a section of text into the code chunk.
This would be a lot faster if I could simply select a section of text, then have a keyboard shortcut that "wraps" the selected text in the {r} and
thus creating a new code chunk.
This is equivalent to the functionality of selecting text, then typing the quote symbol, and the selected text is surrounded with quotes (which currently is a feature in RStudio).