merge.model_tbl: Merge a 'model_tbl' with another data frame.

View source: R/model_tbl.R

merge.model_tblR Documentation

Merge a model_tbl with another data frame.

Description

This merge function ensures that, when model_tbl is used in a merge that the resultant dataframe is still a model_tbl.

Usage

## S3 method for class 'model_tbl'
merge(x, y, ...)

Arguments

x

A data frame or model_tbl

y

A data frame or model_tbl

...

Additional arguments passed to merge

Value

A model_tbl merged with the inputs


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