Format individual components of a parttime matrix
Source:R/class_partial_time_format.R
format_field_matrix.RdFormat individual components of a parttime matrix
Usage
format_field_matrix(
x,
verbose = getOption("parttime.print_verbose", FALSE),
tz
)Arguments
- x
a parttime
matrixto format- verbose
a
logicalvalue indicating whether to include full timestamps, even if partially missing.- tz
a
logicalvalue 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.