today6d: Generate 6-digits string of today.

Description Usage Arguments Examples

View source: R/today6d.R

Description

today6d generate 6-digits string which indicate current day.

Usage

1
today6d(with_time = FALSE)

Arguments

with_time

if TRUE, generate 10-digit string of current time.

Examples

1
2
 d1 <- today6d()
 d2 <- today6d(with_time = TRUE)

lawine90/elseR documentation built on Feb. 7, 2020, 8:22 a.m.