From e570a95cb7d64ba131aaae71b8e1fc3362fb5587 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 20 Dec 2009 22:33:30 +0100 Subject: [PATCH] macro is about dataframes, not import. Signed-off-by: AJ Rossini --- src/data/dataframe.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/dataframe.lisp b/src/data/dataframe.lisp index 5899cb0..1754cef 100644 --- a/src/data/dataframe.lisp +++ b/src/data/dataframe.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-12-20 22:10:50 tony> +;;; Time-stamp: <2009-12-20 22:27:05 tony> ;;; Creation: <2008-03-12 17:18:42 blindglobe@gmail.com> ;;; File: dataframe.lisp ;;; Author: AJ Rossini @@ -473,5 +473,9 @@ function." (defmethod take ()) (defmethod carray ()) + +(defmacro with-dataframe (env &rest progn) + "Compute using variable names with with.data.frame type semantics.") + |# -- 2.11.4.GIT