File: deprecated.Rd

package info (click to toggle)
r-cran-data.table 1.14.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,936 kB
  • sloc: ansic: 15,680; sh: 100; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
\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. }
}