is_pairlist()checks thatxhas typepairlist.is_node()checks thatxhas typepairlistorlanguage. It tests whetherxis a node that has a CAR and a CDR, including callable nodes (language objects).is_node_list()checks thatxhas typepairlistorNULL.NULLis the empty node list.
Life cycle
These functions are experimental. We are still figuring out a good naming convention to refer to the different lisp-like lists in R.
See also
is_call() tests for language nodes.
