Retrieve most recent summary of model fit
Usage
model_fit_summary(project, output = "print")
Arguments
- project
Name of project
- output
Output type. "print" returns formatted notes. "table" returns a
dataframe. "print" is recommended for displaying summary table in a report.
Examples
if (FALSE) {
model_fit_summary("pollock")
}