- `txtProgressBar(min
max
Explore
118,576 skills indexed with the new KISS metadata standard.
max
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
m)` or `combn(x
names
class = myError))` then catch with `tryCatch(...
i.e.
y))` in conditionals.
not where the error occurred. Cannot resume execution.
error = function(e) e)` returns the error condition object.
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
length)` but faster (implemented in C).
x)` keeps elements where `f(elem)` is `TRUE`. Unlike `x[sapply(x
...)` is a simple wrapper for `mapply(f
x
x
x)` applies binary function `f` cumulatively: `Reduce(+
args_list)` — `args` must be a **list**
gotchas