I am using org-mode and babel with R for reproducible research. I
would like certain numbers in the output tables to be formatted for
easier reading - such as eliminating decimals and adding commas for
readability.
The best I came up with is to use a TBLFM line at the bottom of my
results table us
in the
right layer - since I'm using org-mode for presentation of the R
results.
Thanks again
Joe
On Wed, May 22, 2013 at 9:12 AM, Eric Schulte wrote:
> Joe Bogner writes:
>
>> I am using org-mode and babel with R for reproducible research. I
>> would like certain numbers
I have a list of data frames that I would like to output. The number
of frames may vary
Is there a way to export multiple tables formatted? These are the
three options I came up with. None of them work very well:
Option #3 works the best, but it will append each time it's run in the
doc, so I can
Figured it out. Option #2 works with ob-org as long as the defaults
are set to output the results
(setq org-babel-default-header-args:org '((:results . "raw") (:exports
. "results")))
By default it looks like it's silent.
On Wed, May 22, 2013 at 5:26 PM, Joe Bog
I often need to transform a table or list of values into a block of text.
For example, if I have a list of 4 files that I want to generate a SQL
script for.
After hunting around, this is the best I came up with:
#+name: table
| File |
| a|
| b|
| c|
| d|
#+name: template
#+begin_