- `tryCatch` **unwinds** the call stack — handler runs in the calling environment
not where the error occurred. Cannot resume execution.
Explore
121,788 skills indexed with the new KISS metadata standard.
not where the error occurred. Cannot resume execution.
x)` returns the **index** of the first match (like `Find` but returns position
x)` returns the **first** element where `f(elem)` is `TRUE`. `Find(f
...)` is a simple wrapper for `mapply(f
x)` keeps elements where `f(elem)` is `TRUE`. Unlike `x[sapply(x
x
x
x)` applies binary function `f` cumulatively: `Reduce(+
list_of_dfs)` to combine a list of data frames.
args_list)` — `args` must be a **list**
gotchas
expr)` avoids repeating `df$` everywhere
`warning()`
time zones cause off-by-one
need Reduce/Filter/Map
regex behaves differently than expected
`*` vs `:`
layout/mfrow interaction is confusing
need to choose correct p.adjust method
surprising defaults
apply on data frame gives unexpected coercion
read the reference files in `references/`:
med
breaks = c(0