add_datepart: Add datepart

View source: R/tabular_transform.R

add_datepartR Documentation

Add datepart

Description

Helper function that adds columns relevant to a date in the column 'field_name' of 'df'.

Usage

add_datepart(df, field_name, prefix = NULL, drop = TRUE, time = FALSE)

Arguments

df

df

field_name

field_name

prefix

prefix

drop

drop

time

time

Value

data frame


fastai documentation built on March 31, 2023, 11:41 p.m.