rr (133B)
1 # -*- mode: snippet -*-
2 # name: rr
3 # key: rr_
4 # --
5 #+BEGIN_SRC R :session :results output ${1:graphics :file first.png}
6 $0
7 #+END_SRC
My emacs configuration, done in a literate programming fashion using org-mode
git clone git://git.shimmy1996.com/emacs.d.git
1 # -*- mode: snippet -*-
2 # name: rr
3 # key: rr_
4 # --
5 #+BEGIN_SRC R :session :results output ${1:graphics :file first.png}
6 $0
7 #+END_SRC