Skip to contents

Create a list type specification

Usage

lst(ptype = list())

Arguments

ptype

Prototype for list elements

Value

A list_of vector prototype for schema definitions

Examples

schema(items = lst())
#> # A tibble: 0 × 1
#> # ℹ 1 variable: items <list<list>>