adjust_time: Adjust time

Description Usage Arguments Value

Description

Adjust time

Usage

1
2
adjust_time(timestamp, timestamp_16, timezone = "UTC",
  origin = "1989-12-31  01:59:00", min_time = NULL, max_time = NULL)

Arguments

timestamp

integer, the timestamp[s] field of FIT file

timestamp_16

integer, the timestamp_16[s] field of FIT file

timezone

character representing the timezone of input.

origin

time origin.

min_time

[dttm] minimum acceptable time, any output before this time will be NA. If NULL (default) no minimum constrains will be applied.

max_time

[dttm] maximum acceptable time, any output after this time will be NA. If NULL (default) no maximum constrains will be applied .

Value

a [dttm] vector


UBESP-DCTV/garminer documentation built on May 23, 2019, 1:08 p.m.