convert.date.cols.fasttime: Convert dates of relevant columns by reference, so as not to...

View source: R/convert.R

convert.date.cols.fasttimeR Documentation

Convert dates of relevant columns by reference, so as not to copy big-as tables (i.e. doesn't return anything, modifies the input.) This one uses fasttime, which is a lot faster (...) if you've got big big data. However, times need to be in a specific format.

Description

Convert dates of relevant columns by reference, so as not to copy big-as tables (i.e. doesn't return anything, modifies the input.) This one uses fasttime, which is a lot faster (...) if you've got big big data. However, times need to be in a specific format.

Usage

convert.date.cols.fasttime(input.dt, date.col.names)

Arguments

input.dt

The DAOH data with date columns

date.col.names

The columns to convert.


mattmoo/daohtools documentation built on Feb. 5, 2023, 5:38 a.m.