Creative
PromptBeginner5 minmarkdown
- `Reduce` with `init` adds a starting value: `Reduce(f
x
0
Explore
123,083 skills indexed with the new KISS metadata standard.
x
...)` is a simple wrapper for `mapply(f
x
x
x)` applies binary function `f` cumulatively: `Reduce(+
args_list)` — `args` must be a **list**
gotchas
expr)` avoids repeating `df$` everywhere
need Reduce/Filter/Map
`warning()`
time zones cause off-by-one
`*` vs `:`
read the reference files in `references/`:
surprising defaults
med
df2) # stack rows (same columns)
df2) # bind columns (same rows)
breaks = c(0
]
]
-df$value)
] # descending
] # ascending
v2))