systime: R Utilities: Various Strings Representing System Time

View source: R/systime.R

systimeR Documentation

R Utilities: Various Strings Representing System Time

Description

This function generates system time strings in several formats.

Usage

systime()

Value

A vector with entries of system time (see Examples).

Examples

#############################################################################
# EXAMPLE 1: Output of systime
#############################################################################

systime()
  ##
  ##  > miceadds::systime()
  ##  [1] "2016-02-29 10:25:44"
  ##  [2] "2016-02-29"
  ##  [3] "20160229"
  ##  [4] "2016-02-29_1025"
  ##  [5] "2016-02-29_1000"
  ##  [6] "20160229_102544"
  ##  [7] "20160229102544"
  ##  [8] "IPNERZW-C014_20160229102544"

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.