Learn R Programming

CFtime (version 1.6.1)

deprecated_functions: 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 functionReplacement 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)

Value

See replacement functions.

Arguments

t, x, format, asPOSIX, extremes

See replacement functions.