File: dot-is_deprecated.Rd

package info (click to toggle)
r-cran-datawizard 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: sh: 13; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{.is_deprecated}
\alias{.is_deprecated}
\title{Print a message saying that an argument is deprecated and that the user
should use its replacement instead.}
\usage{
.is_deprecated(arg, replacement)
}
\arguments{
\item{arg}{Argument that is deprecated}

\item{replacement}{Argument that replaces the deprecated argument}
}
\description{
Print a message saying that an argument is deprecated and that the user
should use its replacement instead.
}
\keyword{internal}