getTimestampSummary: Summary about a Sequence of (Text) Timestamps

Description Usage Arguments Examples

View source: R/getTimestampSummary.R

Description

Summary about a Sequence of (Text) Timestamps

Usage

1
getTimestampSummary(x, format = NULL, template_index = NULL)

Arguments

x

vector of character representing timestamps

format

format description, such as "%Y-%m-%d %H:%M:%S"

template_index

index in x from which to select a timestamps that is used as a template when looking for an appropriate timestamp format

Examples

1
2
x <- kwb.datetime::sequenceOfTimestamps("2019-10-31", "2019-11-01")
getTimestampSummary(x)

KWB-R/kwb.datetime documentation built on July 9, 2021, 10:28 p.m.