Procházet zdrojové kódy

Filled in first objective, linked to current implementation.

Austin F. Frank před 17 roky
rodič
revize
133b3b9748
1 změnil soubory, kde provedl 14 přidání a 12 odebrání
  1. 14 12
      rorg.org

+ 14 - 12
rorg.org

@@ -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
-What are these?
-
-I'll pre-populate with a quick list from the email to get started
-
-Just to get this out there, there seem to be four kinds of
-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
+* 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
 
 
 
 
 * tasks
 * tasks