2009-02-05 18:04:09 -05:00
|
|
|
#+TITLE: rorg --- R and org-mode
|
|
|
|
|
|
|
|
Please feel free to change the layout of this file, I'm just putting
|
|
|
|
this here to get things started.
|
|
|
|
|
2009-02-05 18:47:20 -05:00
|
|
|
* Objectives
|
|
|
|
** Import data into R from org
|
|
|
|
Naive implementation would be to use =(org-export-table "tmp.csv")=
|
|
|
|
and =(ess-exec "read.csv("tmp.csv")=.
|
|
|
|
*** implementations
|
|
|
|
**** org-R
|
|
|
|
[[file:existing_tools/org-R.el::defun%20org%20R%20export%20to%20csv%20csv%20file%20options][org-R-export-to-csv]]
|
|
|
|
**** org-exp-blocks
|
|
|
|
**** RweaveOrg
|
|
|
|
NA
|
|
|
|
|
|
|
|
** easy editing of R code using r-mode from an org buffer
|
|
|
|
** evaluate R code and make the output available for processing in an org buffer
|
|
|
|
** evaluate R code and format the output for export
|
2009-02-05 18:04:09 -05:00
|
|
|
|
|
|
|
|
|
|
|
* tasks
|
|
|
|
|
|
|
|
|