- `POSIXct`: seconds since 1970-01-01 UTC (compact
a numeric vector).
Explore
110,494 skills indexed with the new KISS metadata standard.
a numeric vector).
`$min`
to
%Y)` for year
gotchas
or `decreasing = TRUE`.
depends on locale. Use `method = radix` for locale-independent fast sorting.
not the sorted values. Use `x[order(x)]` to sort.
`complete.cases(x
with result column keeping the original name.
result column is a **matrix column** inside the data frame.
data
but sort order is **locale-dependent** at creation time.
but earlier versions converted to integer.
`>`.
but many operations will de-dup them silently.
not the first. Use `fromLast = TRUE` to reverse.
but only if exact multiple. Protect with `I()` to prevent conversion.
operates on whole rows. For lists
class table. Convert to data frame with `as.data.frame(tbl)`.
`rbind(NULL)` also returns `NULL`.
not position. Missing columns get `NA`.
interaction is used; levels containing `.` can cause unexpected splits unless `sep` is changed.
~ Month)`.