is.list {base} | R Documentation |
Functions to construct, coerce and check for both kinds of R lists.
is.list(x);
is.list returns TRUE if and only if its argument is a list or a pairlist of length > 0. is.pairlist returns TRUE if and only if the argument is a pairlist or NULL (see below).