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

Description Usage Arguments Value

View source: R/linked-lists.R

Description

Translate a linked list into a vector

Usage

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

Arguments

x

The linked list

Value

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


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