This function returns a skim summary in the console when provided a standard query in the input.
meeting_skim(data, return = "message")A different output is returned depending on the value passed to the return argument:
"message": message in console.
"text": string.
"table": data frame.
meeting_skim(sq_data)
#> There are 46018 total meeting hours across the analysis population.
#> >>> 32559 are low quality (71%)
#> >>> 21667 are redundant (47%)
#> >>> 18888 are conflicting (41%)
#> >>> 2715 are multitasking (6%)