unnest_models.model_tbl: Unnest the columns of 'model_tbl'

View source: R/model_tbl.R

unnest_models.model_tblR Documentation

Unnest the columns of model_tbl

Description

A model_tbl often contains nested information within the cells of the table. This function allows a user to unnest the columns of interest.

Usage

## S3 method for class 'model_tbl'
unnest_models(data, cols)

Arguments

data

A model_tbl

cols

A character vector of columns to unnest

Value

The unnested model_tbl


allometric documentation built on Nov. 8, 2023, 1:07 a.m.