Skip to content
Prev 29907 / 63462 Next

lapply(NULL, ...) returns empty list

On Thu, Sep 4, 2008 at 4:01 PM, Vadim Organovich
<vogranovich at jumptrading.com> wrote:
X: a vector (atomic or list) or an expressions vector.  Other
          objects (including classed objects) will be coerced by
          'as.list'.
list()

Hadley