You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(wakefield)
r_data_frame(
n=5,
dob(name="date_start"),
date_stamp(start=date_start)
)
#> Error in seq(start, length = k, by = by): object 'date_start' not found
There is already
dob
,date_stamp
, and we could use these to get start and end dates, e.g.:Could we have a dedicated function that would create start and end date, where obviously
date_end
can't be before thedate_start
?Or maybe even better, let
date_stamp
accept column name forstart=
, like below:The text was updated successfully, but these errors were encountered: