View source: R/meeting_extract.R
| meeting_extract | R Documentation |
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"
)
data |
Data frame containing a Standard Meeting Query to pass through. |
recurring_only |
Logical value indicating whether to only filter by recurring meetings. |
top_n |
Numeric value for the top number of results to return in the output. |
fte_month |
Numeric value for the assumed number of employee hours per month for conversion calculations. Defaults to 180. |
fte_week |
Numeric value for the assumed number of employee hours per week for conversion calculations. Defaults to 180. |
return |
String specifying what to return. This must be one of the following strings:
See |
A different output is returned depending on the value passed to the return
argument:
"table": data frame. A summary table containing the top n low
engagement meetings
"data": data frame. Contains the full computed metrics related to the
top n low engagement meetings
Other Meetings:
meeting_dist(),
meeting_fizz(),
meeting_line(),
meeting_quality(),
meeting_rank(),
meeting_skim(),
meeting_summary(),
meeting_tm_report(),
meeting_trend(),
meetingtype_dist(),
meetingtype_dist_ca(),
meetingtype_dist_mt(),
meetingtype_summary()
meeting_extract(mt_data,
recurring_only = FALSE,
top_n = 10,
return = "table")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.