Skip to content

Commit f70b911

Browse files
committed
Reword advanced.Rmd on epi vs epix slide number of output rows
1 parent 80d29c6 commit f70b911

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vignettes/advanced.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ During basic usage (e.g., when all optional arguments are set to their defaults)
1818
* `epi_slide(edf, <computation>, .....)`:
1919

2020
* keeps **all** columns of `edf`, adds computed column(s)
21-
* outputs one row **for every row in `edf`** (recycling outputs from
21+
* outputs **one row per row in `edf`** (recycling outputs from
2222
computations appropriately if there are multiple time series bundled
2323
together inside any group(s))
2424
* maintains the grouping or ungroupedness of `edf`
@@ -31,7 +31,8 @@ During basic usage (e.g., when all optional arguments are set to their defaults)
3131

3232
* keeps **grouping and `time_value`** columns of `ea`, adds computed
3333
column(s)
34-
* outputs one row **for every element/row output from the computations**
34+
* outputs **any number of rows** (computations are allowed to output any
35+
number of elements/rows, and no recycling is performed)
3536
* maintains the grouping or ungroupedness of `ea`, unless it was explicitly
3637
grouped by zero variables; this isn't supported by `grouped_df` and it will
3738
automatically turn into an ungrouped tibble

0 commit comments

Comments
 (0)