Learn R Programming

magclass (version 3.85)

make.ISOyear: Create lookup-table for efficient conversion of years to POSIX

Description

Create lookup-table for efficient conversion of years to POSIX

Usage

make.ISOyear(start = 1900, end = 2200, by = 5)

Arguments

start
start year
end
end year
by
by

Value

POSIX format as used in quitte

Examples

Run this code
#       ISOyear <- make.ISOyear()
#       ISOyear(2016)

Run the code above in your browser using DataLab