Consider slide_by()
, .slide_by =
/ similar + mutate
, summarize
, reframe
#295
Labels
slide_by()
, .slide_by =
/ similar + mutate
, summarize
, reframe
#295
An idea from
{transmute,mutate}_scattered_ts
was to have something like aslide_by()
function followed by a normal{transmute,mutate}
. We could apply that same idea toepi_slide
and maybeepix_slide
, allowing for{mutate,summarize,reframe,group_modify}
in the{epi_df,epi_archive}
methods for these, plus mirrordplyr 1.1
and have a.slide_by=
parameter in each of these. At least sometimes we want aepi_slide_mutate
and others anepi_slide_summarize
, and this might be one way to organize this. But this interacts with other interface&naming issues that have not been settled. (E.g., should we haveversion_slide_by
,time_slide_by
,version_time_slide_by
? Is there actually amutate
parallel forepix_slide
? ...)The text was updated successfully, but these errors were encountered: