Insert a file into a file?

Is there a shortcut key, or even a way to insert a file into a file - like C-x i does in Emacs?

1 Like

If you type Alt-Shift-K in RStudio it shows all the keyboard shortcuts. I don't see one for Insert File.

1 Like

Yep - me either, but I wondered if there was some hidden functionality or somewhere were we could request the feature.

1 Like

Is there a shortcut key, or even a way [..]

The following is a way, even though it's not a (single) shortcut. Given files source and dest:

  • Open source, click +A(Select All), then +C(Copy)
  • Open dest, click at desired insertion point, then click +V(Paste)

Hope this helps!

2 Likes

BTW, I just asked if there could be a simple way to "record" the sequence of actions and bind it to a shortcut:

The answer is that it's possible, but it requires detailed knowledge of the R Studio API.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.