cdr: Return elements after the first of a list.

Description Usage Arguments Value

View source: R/lisp.R

Description

Return elements after the first of a list.

Usage

1

Arguments

list

the list from which to extract

Value

The elements after the first, or nil if only one


lisp documentation built on May 1, 2019, 8:46 p.m.

Related to cdr in lisp...