format_field_matrix {parttime} | R Documentation |
Description
Format individual components of a parttime matrix
Usage
format_field_matrix(
x,
verbose = getOption("parttime.print_verbose", FALSE),
tz
)
Arguments
x |
a parttime matrix to format
|
verbose |
a logical value indicating whether to include full
timestamps, even if partially missing.
|
tz |
a logical value indicating whether to include timezone
information. By default, will only display time zones if they are not
missing and not equal to the assumed timezone option.
|
[Package
parttime version 0.1.2
Index]