saveDate: Get current date

Description Usage Arguments Value See Also Examples

View source: R/saveDate.R

Description

Get current date

Usage

1
saveDate(format = "%Y%m%d")

Arguments

format

character string representing the structure of the returned date string.

Value

a character string indicating the current date. Also prints the return to screen as a comment.

See Also

format.Date and Sys.date.

Examples

1
2
3
4
## Standard usage 
saveDate()
## Change format
saveDate(format = "%Y-%m-%d")

ppanko/immapTools documentation built on Nov. 21, 2019, 12:28 a.m.