Data
PromptBeginner5 minmarkdown
- Useful pattern: `do.call(rbind
list_of_dfs)` to combine a list of data frames.
0
Explore
131,418 skills indexed with the new KISS metadata standard.
list_of_dfs)` to combine a list of data frames.
args_list)` — `args` must be a **list**
gotchas
expr)` avoids repeating `df$` everywhere
`warning()`
time zones cause off-by-one
need Reduce/Filter/Map
regex behaves differently than expected
`*` vs `:`
layout/mfrow interaction is confusing
need to choose correct p.adjust method
surprising defaults
apply on data frame gives unexpected coercion
read the reference files in `references/`:
med
breaks = c(0
df2) # bind columns (same rows)
]
]
df2) # stack rows (same columns)
-df$value)
] # descending
] # ascending
v2))