day_of_isoyear: Get First / Last Day of the First and Last Isoweek of a Year

first_of_isoyearR Documentation

Get First / Last Day of the First and Last Isoweek of a Year

Description

Get First / Last Day of the First and Last Isoweek of a Year

Usage

first_of_isoyear(x)

## Default S3 method:
first_of_isoyear(x)

## S3 method for class 'date_yw'
first_of_isoyear(x)

## S3 method for class 'integer'
first_of_isoyear(x)

## S3 method for class 'numeric'
first_of_isoyear(x)

last_of_isoyear(x)

## Default S3 method:
last_of_isoyear(x)

## S3 method for class 'date_yw'
last_of_isoyear(x)

## S3 method for class 'integer'
last_of_isoyear(x)

## S3 method for class 'numeric'
last_of_isoyear(x)

Arguments

x

anything that can be coerced to a Date


dint documentation built on Oct. 17, 2022, 9:06 a.m.