[Orgmode] Re: [babel] R - variable names in summary

2009-12-08 Thread Austin Frank
On Tue, Dec 08 2009, Graham Smith wrote: > The colnames t works as expected, but how do I then see the variable > names when using the summary command, and str doesn't work at all > (source block produced no output) . They appear OK in the R buffer. This is help from the R side, not from the org-

[Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Austin Frank
On Wed, Dec 09 2009, Dan Davison wrote: > Graham Smith writes: >> Next question is is to do with output with things like summary. In R >> if you have lots of variables,the output wraps so it fits on the >> screen. With babel it runs off the edge of the page. is there a quick >> way of getting th

Re: [Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Austin > This is help from the R side, not from the org-babel side.  If these > suggestions don't work, one of the babelers will have to step in. > > Many functions that print output to the interactive buffer will not > produce that output when called outside of the interactive buffer.  For > thes

Re: [Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Austin > I don't know whether this will end up fitting into your setup, but > there's an emacs function `ess-execute-screen-options' that does what > Dan just suggested on a per-session basis taking the width of the > current buffer into account.  Even if it doesn't help with org-bable, it > makes

Re: [Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Dan Davison
> You can also look at the latex() function in the R package Hmisc and the > function xtable() from the R package xtable. For data frames, matrices, > and some common summary functions, these functions will create a latex > table out of your R object. Maybe Dan can suggest how latex code > genera