make.ISOyear: speedily converting years to POSIXct values

View source: R/make.ISOyear.R

make.ISOyearR Documentation

speedily converting years to POSIXct values

Description

[Deprecated]

Usage

make.ISOyear(years)

Arguments

years

ignored.

Details

This function was deprecated because the ISOyear() function can be used directly.

Value

The ISOyear() function.

Examples

ISOyear <- make.ISOyear()
ISOyear(c(2005, 2010, 2100, 1900))
# ->
ISOyear(c(2005, 2010, 2100, 1900))


pik-piam/quitte documentation built on April 26, 2024, 12:58 a.m.