timeStamp: Embeds the present datetime into a file name

Description Usage Arguments Value Author(s) Examples

View source: R/timeStamp.R

Description

Embeds the present datetime into a file name

Usage

1
timeStamp(description, extension)

Arguments

description

Character vector giving the base name(s) of the file(s)

extension

Character vector giving the extension(s) of the file(s) (excluding the period)

Value

Character string of the form description_YYYY-MM-DD_HHMMSS.extension

Author(s)

Landon Sego

Examples

1
timeStamp("aFilename", "txt")

pnnl/Smisc documentation built on Oct. 18, 2020, 6:18 p.m.