[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] Fix R table import
From: |
Michael Gauland |
Subject: |
[O] [PATCH] Fix R table import |
Date: |
Sun, 4 Jan 2015 05:00:57 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
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)
--
- [O] [PATCH] Fix R table import,
Michael Gauland <=