Ihor Radchenko <[email protected]> writes:

>> With an R data frame, the result has the R colnames, not the ones from
>> the Babel colnames header.
>>
>>   #+begin_src R :colnames '("Odd" "Even")
>>     data.frame(a=c(1,3,5),
>>                b=c(2,4,6))
>>   #+end_src
>>
>>   #+RESULTS:
>>   | a | b |
>>   |---+---|
>>   | 1 | 2 |
>>   | 3 | 4 |
>>   | 5 | 6 |
>>
>> Not unreasonable, since R data frames already provide colnames.

Confirmed.
Owned-by: [email protected]

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to