time_stamp: Function to generate time stamp in the files name or...

Description Usage Arguments Value Examples

View source: R/time_stamp.R

Description

Function to generate time stamp in the files name or directories name.

Usage

1
2
3
time_stamp(template = c("%Y_%m_%d_%H_%M_%S_",
  "%Y_%m_%d_%H_%M_", "%Y_%m_%d_%H_", "%Y_%m_%d_", "%Y_%m_",
  "%Y_"), extra_flag = c("-", "/", "@"))

Arguments

template

The template time format with '_'

extra_flag

Using extra flag to replace template '_' and get extra time stamp ['-', '-']

Value

A list

Examples

1

ngstk documentation built on May 2, 2019, 9:19 a.m.