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

2009-12-09 Thread Graham Smith
Tom, Thanks for your comments. > When you find an example that fills a gap you perceive in the documentation, > please pass that along, too.  The more examples the better. Now that I have basics working, I will try and use it for something specific over the next few weeks and certainly feedback

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

2009-12-09 Thread Graham Smith
Dan >> Not being a programmer, I find the terminology and phrasing of these > > I wouldn't classify someone who analyses their data with R as a > non-programmer. Mmmm, I can see why you would say this, but I don't really program in R, but have collected a library of R code over the years which I

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

2009-12-09 Thread Thomas S. Dye
Hi Graham, On Dec 9, 2009, at 10:33 AM, Graham Smith wrote: Dan, That's great, I am beginning to grasp how this works But I would never have figured out the :results output method, however. OK, it would be really helpful if you could let us know how we should improve the documentation of

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

2009-12-09 Thread Dan Davison
Graham Smith writes: > Dan, > > That's great, I am beginning to grasp how this works > >>> But I would never have figured out the :results output  method, however. >> >> OK, it would be really helpful if you could let us know how we should >> improve the documentation of it. > > I'm not sure if I

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

2009-12-09 Thread Graham Smith
Dan, That's great, I am beginning to grasp how this works >> But I would never have figured out the :results output  method, however. > > OK, it would be really helpful if you could let us know how we should > improve the documentation of it. I'm not sure if I'm the one to ask about the document

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

2009-12-09 Thread Dan Davison
Graham Smith writes: > Dan, > >>> The colnames t works as expected, but how do I then see the variable >>> names when using the summary command, >> >> Just use :colnames t again for that. > > Thanks again, I almost had this solved but in > > #+begin_src R :session babeltest :colnames t > > I hadn

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

2009-12-09 Thread Graham Smith
Dan, >> The colnames t works as expected, but how do I then see the variable >> names when using the summary command, > > Just use :colnames t again for that. Thanks again, I almost had this solved but in #+begin_src R :session babeltest :colnames t I hadn't left a space between the end of babe

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

2009-12-09 Thread Dan Davison
Graham Smith writes: > Dan > > I have started a new thread so it has a propel babel string. I have > also created a small file for testing. > Hi Graham, > The colnames t works as expected, but how do I then see the variable > names when using the summary command, Just use :colnames t again for

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

2009-12-08 Thread Graham Smith
Dan I have started a new thread so it has a propel babel string. I have also created a small file for testing. 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