Last data update: 2014.03.03

R: Return elements after the first of a list.
cdrR Documentation

Return elements after the first of a list.

Description

Return elements after the first of a list.

Usage

  cdr(list)

Arguments

list

the list from which to extract

Value

The elements after the first, or nil if only one

Results