- Returns columns named after the grouping variables
with result column keeping the original name.
Explore
131,650 skills indexed with the new KISS metadata standard.
with result column keeping the original name.
but sort order is **locale-dependent** at creation time.
data
`>`.
but earlier versions converted to integer.
not original values. Use `as.numeric(levels(f))[f]` or `as.numeric(as.character(f))`.
but many operations will de-dup them silently.
but only if exact multiple. Protect with `I()` to prevent conversion.
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)`.
`rbind(NULL)` also returns `NULL`.
~ Month)`.
not position. Missing columns get `NA`.
not `cbind.matrix`. Mixing matrices and data frames can give unexpected results.
names(y))` — can silently merge on unintended columns if data frames share column names.
interaction is used; levels containing `.` can cause unexpected splits unless `sep` is changed.
adding a Row.names column.
so FUN should not expect additional args with same length as X.
Date objects become numeric).
matrix
`apply` coerces to matrix via `as.matrix` first — mixed types become character.
result has dim `c(n
`MARGIN`