This function returns a skim summary in the console when provided a standard query in the input.

meeting_skim(data, return = "message")

Arguments

data

A standard person query data in the form of a data frame.

return

String specifying what to return. This must be one of the following strings:

  • "message"

  • "text"

  • "table"

See Value for more information.

Value

A different output is returned depending on the value passed to the return argument:

  • "message": message in console.

  • "text": string.

  • "table": data frame.

Examples

meeting_skim(sq_data)
#> There are 134741 total meeting hours across the analysis population.
#> >>> 94077 are low quality (70%)
#> >>> 62409 are redundant (46%)
#> >>> 53777 are conflicting (40%)
#> >>> 7457 are multitasking (6%)