- lengths(x) returns the length of each element of a list. Equivalent to `sapply(x
length)` but faster (implemented in C).
Explore
129,145 skills indexed with the new KISS metadata standard.
length)` but faster (implemented in C).
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
x
x
x) applies binary function f cumulatively: Reduce(+
args_list) — args` must be a list
listofdfs)` to combine a list of data frames.
gotchas
warning()
expr) avoids repeating df$` everywhere
need Reduce/Filter/Map
time zones cause off-by-one
regex behaves differently than expected
layout/mfrow interaction is confusing
need to choose correct p.adjust method
apply on data frame gives unexpected coercion
* vs :
read the reference files in references/:
surprising defaults
med
df2) # bind columns (same rows)