- `format(object.size(x)
units = MB)` for human-readable output.
Explore
112,495 skills indexed with the new KISS metadata standard.
units = MB)` for human-readable output.
package = pkg)` opens a specific one.
value)`. Close with `close(pb)`.
style 2: simple progress. Only style 3 shows percentage.
max
matrices
reconstructs the nested structure.
3
so any name in `val` gets added or replaced.
val)` replaces elements of list `x` with those in `val` by **name**.
names
m)` or `combn(x
y))` in conditionals.
warning = function(w) {...})` catches the **first** warning and exits. Use `withCallingHandlers` + `invokeRestart(muffleWarning)` to suppress warnings but continue.
i.e.
class = myError))` then catch with `tryCatch(...
length)` but faster (implemented in C).
error = function(e) e)` returns the error condition object.
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
x)` keeps elements where `f(elem)` is `TRUE`. Unlike `x[sapply(x