rlang (version 0.2.2)

as_pairlist: Coerce to pairlist

Description

This transforms vector objects to a linked pairlist of nodes. See the pairlist type help page.

Usage

as_pairlist(x)

Arguments

x

An object to coerce.

Life cycle

as_pairlist() is experimental because we are still figuring out the naming scheme for pairlists and node-like objects.