Skip to contents

Pack a schema into a structured type

Usage

pack(.returns)

Arguments

.returns

A schema specification from returns()

Value

A parade_pack object for nested data structures

Examples

nested_schema <- pack(returns(x = dbl(), y = chr()))