meeting_skim | R Documentation |
This function returns a skim summary in the console when provided a standard query in the input.
meeting_skim(data, return = "message")
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:
See |
A different output is returned depending on the value passed to the return
argument:
"message"
: message in console.
"text"
: string.
"table"
: data frame.
Other Meetings:
meeting_dist()
,
meeting_extract()
,
meeting_fizz()
,
meeting_line()
,
meeting_quality()
,
meeting_rank()
,
meeting_summary()
,
meeting_tm_report()
,
meeting_trend()
,
meetingtype_dist()
,
meetingtype_dist_ca()
,
meetingtype_dist_mt()
,
meetingtype_summary()
meeting_skim(sq_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.