R/xkey.R

Defines functions xkey

Documented in xkey

# The verb xkey sets the primary keys in a table.
xkey <- function(d, keys) {
  attributes(d)$key <- keys
  d
}
HikaGenji/fql documentation built on April 12, 2021, 8:36 a.m.