https://github.com/cran/data.table
Raw File
Tip revision: 12e9a703797a68d769e8795d717cc818a260718f authored by Matt Dowle on 19 October 2020, 17:50:02 UTC
version 1.13.2
Tip revision: 12e9a70
deprecated.Rd
\name{key<-}
\alias{key<-}
\title{ Deprecated. }
\keyword{internal}
\description{
  This function is deprecated. It will be removed in future. Please use \code{\link{setkey}}.
}
\usage{
key(x) <- value   #  warning since 2012; DEPRECATED since Mar 2019
}
\arguments{
\item{x}{ Deprecated. }
}
back to top