View source: R/coaching_report.R
| coaching_report | R Documentation | 
The function generates an interactive HTML report using Standard Person Query data as an input. The report contains a series of summary analysis and visualisations relating to key coaching metrics in Viva Insights, specifically relating to the time spent between managers and their direct reports.
coaching_report(
  data,
  hrvar = "LevelDesignation",
  mingroup = 5,
  path = "coaching report",
  timestamp = TRUE
)
| data | A Standard Person Query dataset in the form of a data frame. | 
| hrvar | String containing the name of the HR Variable by which to split
metrics. Defaults to  | 
| mingroup | Numeric value setting the privacy threshold / minimum group size. Defaults to 5. | 
| path | Pass the file path and the desired file name, excluding the file
extension. For example,  | 
| timestamp | Logical vector specifying whether to include a timestamp in
the file name. Defaults to  | 
An HTML report with the same file name as specified in the arguments is generated in the working directory. No outputs are directly returned by the function.
Other Reports: 
IV_report(),
capacity_report(),
collaboration_report(),
connectivity_report(),
generate_report(),
meeting_tm_report(),
read_preamble(),
subject_validate_report(),
validation_report(),
workpatterns_report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.