format_field_matrix: Format individual components of a parttime matrix

View source: R/class_partial_time_format.R

format_field_matrixR Documentation

Format individual components of a parttime matrix

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.


parttime documentation built on May 29, 2024, 6:25 a.m.