date_to_char: Convert all date columns in a data frame to character

Description Usage Arguments See Also Examples

View source: R/prep-license.R

Description

A convenience function to prepare for sqlite, which doesn't translate R dates when writing data. It's a very slow operation, so not efficient with regard to computation, but the alternative is to specify as character on load; a tedious thing to do with a larger number of variables.

Usage

1

Arguments

df

input data frame

See Also

Other functions for preparing license data: check_raw_lines(), recode_date()

Examples

1
# sale <- date_to_char(sale)

southwick-associates/salicprep documentation built on Oct. 6, 2020, 12:03 p.m.