merge.model_tbl | R Documentation |
model_tbl
with another data frame.This merge function ensures that, when model_tbl
is used in a merge that
the resultant dataframe is still a model_tbl
.
## S3 method for class 'model_tbl'
merge(x, y, ...)
x |
A data frame or |
y |
A data frame or |
... |
Additional arguments passed to |
A model_tbl
merged with the inputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.