Re: [R] write.table: adapt end of line

2016-02-26 Thread Ulrik Stervbo
You could also use kable from the Knitr package Best, Ulrik On Fri, 26 Feb 2016 at 11:17 Uwe Ligges wrote: > writeLines(paste(do.call(paste, c(liste, sep=" & ")), "\\hline"), > con = "empf.csv") > > Best, > Uwe Ligges > > > > On 26.02.2016 11:06, Ferri Leberl wrote: > > > > > > Hi everyone!

Re: [R] write.table: adapt end of line

2016-02-26 Thread Uwe Ligges
writeLines(paste(do.call(paste, c(liste, sep=" & ")), "\\hline"), con = "empf.csv") Best, Uwe Ligges On 26.02.2016 11:06, Ferri Leberl wrote: Hi everyone! I want to include a table into LaTeX. I have a fitting environment and don't want to deal with xtable, so only the core of the ta

[R] write.table: adapt end of line

2016-02-26 Thread Ferri Leberl
Hi everyone!   I want to include a table into LaTeX. I have a fitting environment and don't want to deal with xtable, so only the core of the table should be exported with something like   write.table(liste,"empf.csv",sep="&",quote=FALSE,row.names=F)   What I need is a way to end every row with