fixweek: Convenience function to turn week 1-9 into 01-09.

View source: R/fixweek.R

fixweekR Documentation

Convenience function to turn week 1-9 into 01-09.

Description

Convenience function to turn week 1-9 into 01-09. Also rounds float values. This is important in as.Date() parsing.

Usage

fixweek(x)

Arguments

x

a week number (as string or character).

Author(s)

Andreas Scharmueller, andschar@proton.me

Examples

fixweek(9)


andschar/andmisc documentation built on Jan. 19, 2025, 10:46 a.m.