powered by
Pass a Standard Meeting Query and extract the top low engagement meetings.
meeting_extract( data, recurring_only = TRUE, top_n = 30, fte_month = 180, fte_week = 40, return = "table" )
A different output is returned depending on the value passed to the return
return
argument:
"table": data frame. A summary table containing the top n low engagement meetings
"table"
n
"data": data frame. Contains the full computed metrics related to the top n low engagement meetings
"data"
Data frame containing a Standard Meeting Query to pass through.
Logical value indicating whether to only filter by recurring meetings.
Numeric value for the top number of results to return in the output.
Numeric value for the assumed number of employee hours per month for conversion calculations. Defaults to 180.
Numeric value for the assumed number of employee hours per week for conversion calculations. Defaults to 180.
String specifying what to return. This must be one of the following strings:
See Value for more information.
Value
Other Meetings: meeting_dist(), meeting_fizz(), meeting_line(), meeting_quality(), meeting_rank(), meeting_skim(), meeting_summary(), meeting_tm_report(), meeting_trend(), meetingtype_dist_ca(), meetingtype_dist_mt(), meetingtype_dist(), meetingtype_summary()
meeting_dist()
meeting_fizz()
meeting_line()
meeting_quality()
meeting_rank()
meeting_skim()
meeting_summary()
meeting_tm_report()
meeting_trend()
meetingtype_dist_ca()
meetingtype_dist_mt()
meetingtype_dist()
meetingtype_summary()
meeting_extract(mt_data, recurring_only = FALSE, top_n = 10, return = "table")
Run the code above in your browser using DataLab