org-mode/lisp/langs
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
..
org-babel-ditaa.el new default export parameters 2009-07-17 22:08:02 -06:00
org-babel-gnuplot.el new default export parameters 2009-07-17 22:08:02 -06:00
org-babel-lisp.el More code streamlining: org-babel-execute:emacs-lisp. 2009-07-16 16:23:49 -04:00
org-babel-python.el Eliminating duplicated code (take 2...). 2009-07-16 16:21:07 -04:00
org-babel-R.el Adding support for column names (header line) when using R. 2009-07-19 01:07:07 -04:00
org-babel-ruby.el Eliminating duplicated code (take 2...). 2009-07-16 16:21:07 -04:00
org-babel-sh.el Eliminating duplicated code (take 2...). 2009-07-16 16:21:07 -04:00