Commit 472bfb0
committed
Vignette: multi-arg reductions join logicals as integer, unlike c()
The shared table row said "join of all argument types" for both; that
is exact for c() but understated min/max/sum/prod, which follow R in
treating logical arguments as integers (sum(TRUE, TRUE) is 2L). Split
the row.
Review finding (fable-final-review.md #7).1 parent b697fc3 commit 472bfb0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments