- Supports formula syntax: `split(df
~ Month)`.
Explore
130,796 skills indexed with the new KISS metadata standard.
~ Month)`.
not `cbind.matrix`. Mixing matrices and data frames can give unexpected results.
interaction is used; levels containing `.` can cause unexpected splits unless `sep` is changed.
adding a Row.names column.
names(y))` — can silently merge on unintended columns if data frames share column names.
so FUN should not expect additional args with same length as X.
Date objects become numeric).
matrix
`MARGIN`
result has dim `c(n
raw vectors
`apply` coerces to matrix via `as.matrix` first — mixed types become character.
which can silently pick up wrong variables in programmatic use. Use `[` with explicit logic in functions.
1]` returns a **vector** (drop=TRUE default for columns)
j)]`) coerces to matrix first — avoid.
not its character labels. Use `x[as.character(f)]` for label-based indexing.
i = 1]` is `m[2
gotchas
no default. `s.window = periodic` assumes fixed seasonality.
`trend`
uses moving averages. `type = additive` or `multiplicative`.
order = c(p
start
package = pkg)` opens a specific one.