0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 10:32:51 +00:00

Filled in first objective, linked to current implementation.

This commit is contained in:
Austin F. Frank 2009-02-05 18:47:20 -05:00
parent a3cf89b5b2
commit 133b3b9748

View file

@ -3,18 +3,20 @@
Please feel free to change the layout of this file, I'm just putting Please feel free to change the layout of this file, I'm just putting
this here to get things started. this here to get things started.
* objectives * Objectives
What are these? ** 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
I'll pre-populate with a quick list from the email to get started ** 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
Just to get this out there, there seem to be four kinds of ** evaluate R code and format the output for export
functionality we're trying to get here:
1. import data into R from org
2. easy editing of R code using r-mode from an org buffer
3. evaluate R code and make the output available for processing in an
org buffer
4. evaluate R code and format the output for export
* tasks * tasks