From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: [babel] R - variable names in summary Date: Wed, 9 Dec 2009 17:05:48 +0000 Message-ID: <2c75873c0912090905y5d673fe3m879e7e79e77f3c89@mail.gmail.com> References: <2c75873c0912081550m5da3861fgb3a14f047f8638ae@mail.gmail.com> <87k4wwf6h1.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIPz9-00070V-Uc for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 12:05:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIPz4-0006vW-W8 for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 12:05:55 -0500 Received: from [199.232.76.173] (port=52084 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIPz4-0006vM-PZ for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 12:05:50 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:51087) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIPz4-0002AL-4W for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 12:05:50 -0500 Received: by fxm5 with SMTP id 5so6972512fxm.8 for ; Wed, 09 Dec 2009 09:05:48 -0800 (PST) In-Reply-To: <87k4wwf6h1.fsf@stats.ox.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 babeltest and the : But I would never have figured out the :results output method, however. 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 the output to fit an anticipated a4 pdf output. I appreciate this may be more an Emacs/orgmode question than a babel one. Graham