dot-unclass_list_of: Unclass a list_of child data frame

.unclass_list_ofR Documentation

Unclass a list_of child data frame

Description

Unclass a list_of child data frame

Usage

.unclass_list_of(x, child_col, call = caller_env())

Arguments

x

(data.frame or NULL) A single child data frame.

child_col

(character(1)) Name of the column that may itself be a vctrs_list_of.

call

(environment) The environment to use for error messages.

Value

(data.frame or NULL) x with vctrs_list_of classes removed, or NULL if x is NULL.


tibblify documentation built on May 9, 2026, 5:07 p.m.