convert: Converts raw DMS extract variables to appropriate data types.

Description Usage Arguments Details

View source: R/convert.r

Description

This function converts variables from the DMS extracts into appropriate R data types; currently, that means converting character dates and datetimes to Dates and POSIXct.

Usage

1
convert(renamed)

Arguments

renamed

The output of the rename function.

Details

Currently, this function just converts character dates and datetimes to Date and POSIXct where appropriate. This function expects the variable names generated by the rename function, and is only meant to be used internally by clean_to1


mmparker/to1check documentation built on May 23, 2019, 5:05 a.m.