list {base} R Documentation

Lists – Generic and Dotted Pairs

Description


Functions to construct, coerce and check for both kinds of R# lists.

Usage

list(...);

Arguments

slots

objects, possibly named.

envir

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type list.

clr value class

Examples


[Package base version 2.33.856.6961 Index]