augment: Retrieve augmented dataframe if it exists.
Description
Checks if a augment method exits for a given object, either in {broom} or
in {broom.mixed}. If it does, return the model summary dataframe, if not,
return a NULL.
Usage
augment(x, ...)
Arguments
x
Model object or other R object with information to append to
observations.