- `...` args to FUN are **not** divided into cells — they apply globally
so FUN should not expect additional args with same length as X.
Explore
130,217 skills indexed with the new KISS metadata standard.
so FUN should not expect additional args with same length as X.
Date objects become numeric).
matrix
`apply` coerces to matrix via `as.matrix` first — mixed types become character.
result has dim `c(n
`MARGIN`
raw vectors
which can silently pick up wrong variables in programmatic use. Use `[` with explicit logic in functions.
j)]`) coerces to matrix first — avoid.
1]` returns a **vector** (drop=TRUE default for columns)
i = 1]` is `m[2
not its character labels. Use `x[as.character(f)]` for label-based indexing.
`trend`
gotchas
uses moving averages. `type = additive` or `multiplicative`.
order = c(p
start
no default. `s.window = periodic` assumes fixed seasonality.
units = MB)` for human-readable output.
style 2: simple progress. Only style 3 shows percentage.
package = pkg)` opens a specific one.
value)`. Close with `close(pb)`.
max
matrices