Add way to refer to ref_time_value
within f
arg to epi_slide
#171
Labels
ref_time_value
within f
arg to epi_slide
#171
See this Slack thread. See #165 for
epix_slide
-related discussion. Interacts with #161.Within
f
, we'd like to refer to theref_time_value
we're performing the computation on.ref_time_value
from the availabletime_value
s in a time window + thealign
arg. However, we have to worry about gaps in thetime_value
s and behavior near / at / beyond the edges of the range oftime_value
s available. If it's possible, we could:f
in some code that performs this calculation and makes it available to the user as a metadata, an attribute, additional argument, etc. To match Vignette for supporting a user who wants to create their ownepi_df
andepi_archive
#165, probably just a third argument to theirf
function.ref_time_value
. [On second look, this may not help; it looks likeslide_index2
doesn't take two index vectors.]The text was updated successfully, but these errors were encountered: