Sublime Forum

Changing shorcut and command behaviour

#1

Hi all, I wonder if anyone can provide nice, elaborate, step-by-step howtos:

  • Rnw files are getting more and more used. They combine makdown and R-environment for statistics.
  • knitR seems to do something, but not all that should be done.
  • The way I see it’s done efficiently is to make my Rnw file and then, in R to do the following:
require(rmarkdown) # or library(rmarkdown)
render(<FILENAME>.Rnw)

That’s it! Unfortunatelly, I cannot figure out how to make cmd and then how to link it with some hotkey.

Can anyone help?

Many, many Thanks! PM

0 Likes

Executing shell