get_date: Get a date from a decimal year

Description Usage Arguments Value Examples

View source: R/utils-date.R

Description

Get a date from a decimal year

Usage

1
get_date(year)

Arguments

year

Numeric value with a year, include decimals for month and day.

Value

String with date in the format: Year/Month/Day

Examples

1
2
3
4
5
get_date(-11996.92)
get_date(-11996.83)
get_date(-11996.75)
get_date(2021)
get_date(2021.625)

special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.