conv365toGregorian: Converts a data.frame using a 365-day calendar to a Gregorian...

View source: R/conv365toGregorian.R

conv365toGregorianR Documentation

Converts a data.frame using a 365-day calendar to a Gregorian calendar

Description

Converts a data.frame with a 365-day calendar to a proleptic Gregorian calendar, repeating data from December 30th on a leap year to the remaining and missing December 31st.

Usage

conv365toGregorian(x)

Arguments

x

a data.frame with a date column

Details

This function may be expanded in the future to be more flexible.

Value

Returns a data.frame with Gregorian calendar dates.

Author(s)

Mike Toews


seas documentation built on May 2, 2022, 5:08 p.m.