Skip to contents

Returns the time format setting.

Usage

get_spec_time_format(spec)

Arguments

spec

A SummarySpec object

Value

Character string: "seconds", "minutes", "hours", or "auto"

Examples

spec <- SummarySpec()
get_spec_time_format(spec)
#> [1] "seconds"