convert_to_date: Convert variables to dates

View source: R/mutate.R

convert_to_dateR Documentation

Convert variables to dates

Description

Convert variables to dates

Usage

convert_to_date(data, vars, ord = NULL, names = NULL)

Arguments

data

a dataframe with the variables to convert

vars

a character vector of column names to convert

ord

a character vector of date-time formats

names

a character vector of names for the created variables

Value

original dataframe containing new columns of the converted variables with tidyverse code attached

Author(s)

Zhaoming Su

See Also

code


iNZightTools documentation built on Oct. 12, 2023, 5:06 p.m.