broom is an R package for converting statistical analysis objects into "tidy" data frames
Thebroom package provides functions for converting statistical analysis objects into "tidy" tibbles in the R programming language.
The three main verbs of broom are:
tidy()summarizes information about model components;glance()reports information about the entire model;augment()adds informations about observations to a dataset.
For more information: