org-mode/lisp
Dan Davison 062bc09d84 Adding support for column names (header line) when using R.
Unlike the other languages, it's central to R to be able to index
columns of a data frame d, either by d[,"columnname"] of d$columnname.

With this change, if colnames are present in the *input* from
org-babel, the corresponding R variable is *always* constructed with
the colnames.

In addition, with the :colnames header arg, the *output* to elisp/org
buffer contains the colnames separated from the rest of the table by
'hline. This behaviour is not default because other languages may
expect a simple table without the 'hline.
2009-07-19 01:07:07 -04:00
..
langs Adding support for column names (header line) when using R. 2009-07-19 01:07:07 -04:00
org-babel-comint.el Cosmetic changes only: shortening lines to fit my screen. 2009-07-11 23:59:04 -04:00
org-babel-exp.el Eliminating duplicated code (take 2...). 2009-07-16 16:21:07 -04:00
org-babel-init.el added support for ditaa source blocks 2009-07-16 18:23:19 -06:00
org-babel-lob.el Cosmetic changes only: shortening lines to fit my screen. 2009-07-11 23:59:04 -04:00
org-babel-ref.el Cosmetic changes only: shortening lines to fit my screen. 2009-07-11 23:59:04 -04:00
org-babel-table.el Cosmetic changes only: shortening lines to fit my screen. 2009-07-11 23:59:04 -04:00
org-babel-tangle.el This was just an idea. We could do it but I'm reverting for now. 2009-07-17 14:51:49 -04:00
org-babel.el Adding support for column names (header line) when using R. 2009-07-19 01:07:07 -04:00