Learn R Programming

lisp (version 0.2)

cdr: Return elements after the first of a list.

Description

Return elements after the first of a list.

Usage

cdr(list)

Value

The elements after the first, or nil if only one

Arguments

list

the list from which to extract