emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Fix R table import
@ 2015-01-04  5:00 Michael Gauland
  2015-01-04  6:24 ` Aaron Ecay
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Gauland @ 2015-01-04  5:00 UTC (permalink / raw)
  To: emacs-orgmode

ob-R.el: Fix R table import

* ob-R.el (ob-R-transfer-variable-table-with-header): Change separator from
tab to whitespace when reading in a table as a variable.

TINYCHANGE


 lisp/ob-R.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-R.el b/lisp/ob-R.el
index 2470b4f..80b7161 100644
--- a/lisp/ob-R.el
+++ b/lisp/ob-R.el
@@ -108,7 +108,7 @@ this variable.")
        con,
        header    = %s,
        row.names = %s,
-       sep       = \"\\t\",
+       sep       = \"\",
        as.is     = TRUE
      )
      close(con)
-- 

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-06  4:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-04  5:00 [PATCH] Fix R table import Michael Gauland
2015-01-04  6:24 ` Aaron Ecay
2015-01-04 10:05   ` Andreas Leha
2015-01-04 19:20   ` Michael Gauland
2015-01-05  0:35     ` Aaron Ecay
2015-01-05  1:54       ` Michael Gauland
2015-01-06  4:33         ` Aaron Ecay

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).