Skip to contents

isoweek() is a constructor for <grates_isoweek> objects.

Usage

isoweek(year = integer(), week = integer())

Arguments

year

[integer]

Vector representing the year associated with week.

double vectors will be converted via as.integer(floor(x)).

week

[integer]

Vector representing the week associated with `year.

double vectors will be converted via as.integer(floor(x)).

Value

A <grates_isoweek> object.

Details

isoweeks are defined to start on a Monday and <grates_isoweek> objects are stored as the number of weeks (starting at 0) from the first Monday prior to the Unix Epoch (1970-01-01). That is, the number of seven day periods from 1969-12-29.

Internally they have the same representation as a <grates_yearweek_monday> object so are akin to an alias but with a marginally more efficient implementation.

See also

Examples

isoweek(year = 2000L, week = 3L)
#> <grates_isoweek[1]>
#> [1] "2000-W03"