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

View source: R/convert.R

convert.date.colsR 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.) Should be able to detect automatically if date.cos is false

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.) Should be able to detect automatically if date.cos is false

Usage

convert.date.cols(input.dt, date.col.names, fmat = NULL)

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.