> Non-obvious behaviors
gotchas
Explore
121,913 skills indexed with the new KISS metadata standard.
gotchas
i = 1]` is `m[2
no default. `s.window = periodic` assumes fixed seasonality.
order = c(p
uses moving averages. `type = additive` or `multiplicative`.
start
units = MB)` for human-readable output.
package = pkg)` opens a specific one.
value)`. Close with `close(pb)`.
max
style 2: simple progress. Only style 3 shows percentage.
matrices
skeleton)` — `flesh` is the flat data
reconstructs the nested structure.
so any name in `val` gets added or replaced.
val)` replaces elements of list `x` with those in `val` by **name**.
3
names
y))` in conditionals.
m)` or `combn(x
class = myError))` then catch with `tryCatch(...
i.e.
warning = function(w) {...})` catches the **first** warning and exits. Use `withCallingHandlers` + `invokeRestart(muffleWarning)` to suppress warnings but continue.
error = function(e) e)` returns the error condition object.