excel2date: Convert excel numeric date encoding to date

View source: R/cbr.R

excel2dateR Documentation

Convert excel numeric date encoding to date

Description

While reading excel files dates are sometimes replaced by their numeric codes. This function recovers original dates from these codes.

Usage

excel2date(x)

Arguments

x

the vector of numeric date codes

Value

the date

Examples

excel2date(12345)

bdemeshev/cbr documentation built on Sept. 23, 2024, 8:48 a.m.