View source: R/workpatterns_report.R
| workpatterns_report | R Documentation |
This function takes a Hourly Collaboration query and generates a HTML report on working patterns archetypes. Archetypes are created using the binary-week method.
workpatterns_report(
data,
hrvar = "Organization",
signals = c("email", "IM"),
start_hour = "0900",
end_hour = "1700",
exp_hours = NULL,
path = "workpatterns report",
timestamp = TRUE
)
data |
A Hourly Collaboration Query dataset in the form of a data frame. |
hrvar |
String specifying HR attribute to cut by archetypes. Defaults to
|
signals |
See |
start_hour |
See |
end_hour |
See |
exp_hours |
See |
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 TRUE. |
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(),
coaching_report(),
collaboration_report(),
connectivity_report(),
generate_report(),
meeting_tm_report(),
read_preamble(),
subject_validate_report(),
validation_report()
Other Working Patterns:
flex_index(),
identify_shifts(),
identify_shifts_wp(),
plot_flex_index(),
workpatterns_area(),
workpatterns_classify(),
workpatterns_classify_bw(),
workpatterns_classify_pav(),
workpatterns_hclust(),
workpatterns_rank()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.