deprecated_functions {CFtime} | R 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() |
CFrange() | range() |
CFsubset() | slab() |
CFtimestamp() | as_timestamp() |
Usage
CFtimestamp(cf, format = NULL, asPOSIX = FALSE)
CFmonth_days(cf, x = NULL)
CFcomplete(x)
Arguments
cf , x , format , asPOSIX |
See replacement functions. |
Value
See replacement functions.
[Package CFtime version 1.4.0 Index]