Re: [O] [babel] problem with colnames

2012-05-08 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I have a question regarding colnames in babel source blocks. >> >> Suppose, I have a source block (in R) that has as input a table and returns a >> table. And I would like to have the resulting table with column >> names, but the in

Re: [O] [babel] problem with colnames

2012-05-08 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > I have a question regarding colnames in babel source blocks. > > Suppose, I have a source block (in R) that has as input a table and returns a > table. And I would like to have the resulting table with column > names, but the input table does not have column na

Re: [O] [babel] problem with colnames

2012-05-08 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Andreas, > > Andreas Leha writes: > >> Hi all, >> >> I have a question regarding colnames in babel source blocks. >> >> Suppose, I have a source block (in R) that has as input a table and returns a >> table. And I would like to have the resulting ta

Re: [O] [babel] problem with colnames

2012-05-08 Thread Thomas S. Dye
Aloha Andreas, Andreas Leha writes: > Hi all, > > I have a question regarding colnames in babel source blocks. > > Suppose, I have a source block (in R) that has as input a table and returns a > table. And I would like to have the resulting table with column > names, but the input table does no

[O] [babel] problem with colnames

2012-05-08 Thread Andreas Leha
Hi all, I have a question regarding colnames in babel source blocks. Suppose, I have a source block (in R) that has as input a table and returns a table. And I would like to have the resulting table with column names, but the input table does not have column names. How can I achieve this? Her