- Levels are sorted by default
but sort order is **locale-dependent** at creation time.
Explore
115,469 skills indexed with the new KISS metadata standard.
but sort order is **locale-dependent** at creation time.
`>`.
but earlier versions converted to integer.
not original values. Use `as.numeric(levels(f))[f]` or `as.numeric(as.character(f))`.
but only if exact multiple. Protect with `I()` to prevent conversion.
but many operations will de-dup them silently.
operates on whole rows. For lists
not the first. Use `fromLast = TRUE` to reverse.
class table. Convert to data frame with `as.data.frame(tbl)`.
not position. Missing columns get `NA`.
not `cbind.matrix`. Mixing matrices and data frames can give unexpected results.
`rbind(NULL)` also returns `NULL`.
adding a Row.names column.
interaction is used; levels containing `.` can cause unexpected splits unless `sep` is changed.
~ Month)`.
names(y))` — can silently merge on unintended columns if data frames share column names.
Date objects become numeric).
so FUN should not expect additional args with same length as X.
`MARGIN`
matrix
result has dim `c(n
raw vectors
`apply` coerces to matrix via `as.matrix` first — mixed types become character.
which can silently pick up wrong variables in programmatic use. Use `[` with explicit logic in functions.