From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [BABEL] How to pass vector to R as variable? Date: Thu, 09 Jan 2014 13:40:35 +0100 Message-ID: References: <52CE8636.5030107@krugs.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Esw-0003na-Si for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 07:39:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1Esn-0006Ug-GH for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 07:38:54 -0500 Received: from mail-forward5.uio.no ([2001:700:100:10::37]:54271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Esn-0006UJ-9J for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 07:38:45 -0500 Received: from exim by mail-out5.uio.no with local-bsmtp (Exim 4.80.1) (envelope-from ) id 1W1Esl-0001BO-Og for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 13:38:43 +0100 In-reply-to: <52CE8636.5030107@krugs.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer@krugs.de Cc: emacs-orgmode Rainer M Krug writes: > I assume there is a way of defining COLS_TO_EVAL as a > vector? I don't think so. > If not, is there an easier way of doing it then I do? Well, COLS_TO_EVAL$V1 is one character less to type than COLS_TO_EVAL[,1] ... Yours, Christian