new_list_of: Create list_of subclass

View source: R/type-list-of.R

new_list_ofR Documentation

Create list_of subclass

Description

Create list_of subclass

Usage

new_list_of(x = list(), ptype = logical(), ..., class = character())

Arguments

x

A list

ptype

The prototype which every element of x belongs to

...

Additional attributes used by subclass

class

Optional subclass name


vctrs documentation built on Oct. 13, 2023, 1:05 a.m.