ob-R: Delete duplicated function

* lisp/ob-R.el: Delete duplicated function
This commit is contained in:
Dan Davison 2010-12-21 13:40:57 +00:00
parent 00dd6c3cb2
commit d234a9973b
1 changed files with 0 additions and 5 deletions

View File

@ -68,11 +68,6 @@
(append (org-babel-variable-assignments:R params)
(list body))) "\n")))
(defun org-babel-R-graphical-output-file (params)
"Name of file to which R should send graphical output."
(and (member "graphics" (cdr (assq :result-params params)))
(cdr (assq :file params))))
(defun org-babel-execute:R (body params)
"Execute a block of R code.
This function is called by `org-babel-execute-src-block'."