lazy_tbl %>% dplyr::mutate(last_month = my_date + months(-1))

# using lubridate doesn't work