deprecated_functions: Deprecated functions

deprecated_functionsR Documentation

Deprecated 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.

Deprecated function Replacement function
CFcomplete() is_complete()
CFmonth_days() month_days()
CFparse() parse_timestamps()
CFrange() range()
CFsubset() slice()
CFtimestamp() as_timestamp()

Usage

CFtimestamp(t, format = NULL, asPOSIX = FALSE)

CFmonth_days(t, x = NULL)

CFcomplete(x)

CFsubset(x, extremes)

CFparse(t, x)

Arguments

t, x, format, asPOSIX, extremes

See replacement functions.

Value

See replacement functions.


CFtime documentation built on April 12, 2025, 5:07 p.m.