| .. |
|
org-babel-R.el
|
e4263daf76
Make org table result have header row and hline when appropriate. (This should have been included with commit a39d68640e3fbc059f3b05c9eafc8bf07cc4b51d). The approach I've taken is to make R always write the column names into the tsv file. If the result does not have user-supplied column-names, then R writes default column names of the form V1,V2,...,V$numcols. After reading the tsv back into lisp, we check whether it has "real" column names or the R defaults. If it has real column names, then I give the org table an hline.
|
16 năm trước cách đây |
|
org-babel-comint.el
|
d49084b73d
small additions to org-babel-comint.el
|
16 năm trước cách đây |
|
org-babel-exp.el
|
9247200bb0
renaming the org-babel/ directory to the lisp/ directory
|
16 năm trước cách đây |
|
org-babel-init.el
|
2c3c91ed12
removed org-babel-ui (tabbing blocks) as the functionality will be included in org-mode core
|
16 năm trước cách đây |
|
org-babel-lisp.el
|
9247200bb0
renaming the org-babel/ directory to the lisp/ directory
|
16 năm trước cách đây |
|
org-babel-ref.el
|
a39d68640e
Allowing org-tables with hline to be referred to and passed into R. If hline is present, the first row of the table becomes the column names in R. This allows the grades example to run for me which was not true before. Eric: any commits I make should be viewed as tentative -- feel free to reject or recode them.
|
16 năm trước cách đây |
|
org-babel-script.el
|
9247200bb0
renaming the org-babel/ directory to the lisp/ directory
|
16 năm trước cách đây |
|
org-babel-shell.el
|
9247200bb0
renaming the org-babel/ directory to the lisp/ directory
|
16 năm trước cách đây |
|
org-babel-table.el
|
9247200bb0
renaming the org-babel/ directory to the lisp/ directory
|
16 năm trước cách đây |
|
org-babel.el
|
eb29bef93f
Made org-babel-remove-result interactive. Eric if you agree do you want to decide on a binding?
|
16 năm trước cách đây |