You can output the result of lm function or randomforest function, or run it with summary() to see the result in report format on the console.
It is hard to extract the numerical data from this report output.
The advent of {broom} has made it easier.
Question 1
Why did we historically get report-like output on the console instead of a tabular format to make it easier to retrieve the numbers?
Question 2
Does this report-like format have anything to do with something called dgTMatrix?
thank you