emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Influence the table separator in a code block


From: Greg Minshall
Subject: Re: Influence the table separator in a code block
Date: Wed, 14 Jul 2021 06:27:25 +0300

fwiw, this may depend on the source language (rather than -- solely? --
on org interpretation of the output block:

#+begin_src R
  data.frame(a=c("this", "is", "a", "test"), b=c("tset", "a", "si", "oot, 
siht"))
#+end_src

#+RESULTS:
| this | tset      |
| is   | a         |
| a    | si        |
| test | oot, siht |



reply via email to

[Prev in Thread] Current Thread [Next in Thread]