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