date_sub {SparkR} | R Documentation |
Returns the date that is x
days before
date_sub(y, x) ## S4 method for signature 'Column,numeric' date_sub(y, x)
y |
Column to compute on |
x |
Number of days to substract |
date_sub since 1.5.0
Other datetime_funcs: add_months
,
date_add
, date_format
,
datediff
, dayofmonth
,
dayofyear
, from_unixtime
,
from_utc_timestamp
, hour
,
last_day
, minute
,
months_between
, month
,
next_day
, quarter
,
second
, to_date
,
to_utc_timestamp
,
unix_timestamp
, weekofyear
,
window
, year
## Not run: date_sub(df$d, 1)