fastDate: fastDate

Description Usage Arguments Examples

View source: R/fastdate.R

Description

A faster alternative to lubridate::as_date and base::as.Date.

Usage

1
fastDate(datestring)

Arguments

date

A character string in the format yyyy-mm-dd

Examples

1
2
3
dates <- as.Date( seq.int( 1, to = 1e4, by = 1), origin = "1970-01-01" )
x <- as.character( dates )
fastDate( dates )

GarrettMooney/moonmisc documentation built on Oct. 19, 2019, 7:51 p.m.