excel_date: Convert Excel character date representation to a Date

View source: R/utils_date_time.R

excel_dateR Documentation

Convert Excel character date representation to a Date

Description

Convert Excel character date representation to a Date

Usage

excel_date(.x)

Arguments

.x

chr representation of Dates from Excel, usually a 5 digit number

Value

Date

See Also

Other time: duration_print(), month_factor(), season_factor(), time_aggregates, time_difftimes, time_elapsed(), time_factor(), timespan(), week_factor()

Examples

excel_date(c("44567", "44568"))

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.