as.list.llist: Translate a linked list into a list.

Description Usage Arguments Value

View source: R/linked-lists.R

Description

Translate a linked list into a list.

Usage

1
2
## S3 method for class 'llist'
as.list(x, ...)

Arguments

x

The linked list

Value

A list object containing the same elements as the linked list.


mailund/pmtypes documentation built on Jan. 31, 2020, 1:09 p.m.