File: deprecated_functions.Rd

package info (click to toggle)
r-cran-cftime 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,752 kB
  • sloc: sh: 13; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/deprecated.R
\name{deprecated_functions}
\alias{deprecated_functions}
\alias{CFtimestamp}
\alias{CFmonth_days}
\alias{CFcomplete}
\alias{CFsubset}
\alias{CFparse}
\title{Deprecated functions}
\usage{
CFtimestamp(t, format = NULL, asPOSIX = FALSE)

CFmonth_days(t, x = NULL)

CFcomplete(x)

CFsubset(x, extremes)

CFparse(t, x)
}
\arguments{
\item{t, x, format, asPOSIX, extremes}{See replacement functions.}
}
\value{
See replacement functions.
}
\description{
These functions are deprecated and should no longer be used in new code. The
below table gives the replacement function to use instead. The function
arguments of the replacement function are the same as those of the deprecated
function if no arguments are given in the table.\tabular{ll}{
   \strong{Deprecated function} \tab \strong{Replacement function} \cr
   CFcomplete() \tab \code{\link[=is_complete]{is_complete()}} \cr
   CFmonth_days() \tab \code{\link[=month_days]{month_days()}} \cr
   CFparse() \tab \code{\link[=parse_timestamps]{parse_timestamps()}} \cr
   CFrange() \tab \code{\link[=range]{range()}} \cr
   CFsubset() \tab \code{\link[=slab]{slab()}} \cr
   CFtimestamp() \tab \code{\link[=as_timestamp]{as_timestamp()}} \cr
}
}