convertTime: Convert numeric time vector based on the provided units.

View source: R/time_utilities.R

convertTimeR Documentation

Convert numeric time vector based on the provided units.

Description

Convert numeric time vector based on the provided units.

Usage

convertTime(x, from, to)

Arguments

x

numeric time vector

from

unit of x, single character value

to

destination unit, single character value

Value

numeric vector with the converted times


Calvagone/campsis documentation built on April 17, 2024, 5:33 a.m.