print_summary: Print the summary.
Description
Print the summary.
Usage
print_summary(data, return_df = FALSE)
Value
Invisibly prints the summary to console. Returns a data.frame if return_df = TRUE.
Arguments
- data
A data.frame.
- return_df
Logical. If TRUE, returns the summary data.frame.