cb_summary_stats_time {codebookr} | R Documentation |
Compute Summary Statistics for Date or Time Variables
Description
Compute Summary Statistics for Date or Time Variables
Usage
cb_summary_stats_time(df, .x, digits = 2)
Arguments
df |
Data frame of interest |
.x |
Column of interest |
digits |
Number of digits after decimal to display |
Value
A tibble
See Also
Other add_summary_stats:
cb_add_summary_stats()
,
cb_summary_stats_few_cats()
,
cb_summary_stats_many_cats()
,
cb_summary_stats_numeric()
[Package codebookr version 0.1.8 Index]