DavisVaughan / warp

Group Dates

Home Page:https://davisvaughan.github.io/warp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider a default for `warp_distance()` of calling `as.POSIXct()` on the input

DavisVaughan opened this issue · comments

If we have a ym class that doesn't inherit from "Date" then we'd need to coerce to a date time class to make it work with warp_distance()

Or maybe vec_cast(x, new_datetime())?